AUXteam's picture
Upload folder using huggingface_hub
cb053ff 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})