This commit is contained in:
Timothy Jaeryang Baek
2026-03-07 18:18:02 -06:00
parent 5d4505c685
commit 35bc831077
3 changed files with 8 additions and 0 deletions

View File

@@ -4510,6 +4510,7 @@ async def streaming_chat_response_handler(response, ctx):
"session_id": metadata.get(
"session_id", None
),
"files": metadata.get("files", []),
},
}
)