This commit is contained in:
Timothy Jaeryang Baek
2026-04-24 15:51:54 +09:00
parent 26711c1bcc
commit 5cc55e2278

View File

@@ -4658,6 +4658,7 @@ async def streaming_chat_response_handler(response, ctx):
**form_data,
'model': model_id,
'stream': True,
'metadata': metadata,
}
if ENABLE_RESPONSES_API_STATEFUL and last_response_id:
@@ -4881,6 +4882,7 @@ async def streaming_chat_response_handler(response, ctx):
**form_data,
'model': model_id,
'stream': True,
'metadata': metadata,
'messages': [
*form_data['messages'],
*convert_output_to_messages(output, raw=True),