This commit is contained in:
Timothy Jaeryang Baek
2026-04-01 06:00:53 -05:00
parent 0e5696de74
commit 15883e5229
2 changed files with 5 additions and 1 deletions

View File

@@ -4626,6 +4626,7 @@ async def streaming_chat_response_handler(response, ctx):
'content': serialize_output(output),
'output': output,
'title': title,
**({'usage': usage} if usage else {}),
}
if not ENABLE_REALTIME_CHAT_SAVE: