Leon4gr45's picture
Upload folder using huggingface_hub
6ab316e verified
raw
history blame contribute delete
174 Bytes
async def reasoning_stream(agent, text, **kwargs):
if hasattr(agent.context, 'stream_queue'):
agent.context.stream_queue.put({'type': 'reasoning', 'text': text})