There was an error while loading. Please reload this page.
1 parent 18cb55e commit a4ad0d6Copy full SHA for a4ad0d6
src/agents/models/chatcmpl_stream_handler.py
@@ -276,7 +276,7 @@ async def handle_stream(
276
state.function_calls[tc_delta.index].name += (
277
tc_function.name if tc_function else ""
278
) or ""
279
- state.function_calls[tc_delta.index].call_id += tc_delta.id or ""
+ state.function_calls[tc_delta.index].call_id = tc_delta.id or ""
280
281
if state.reasoning_content_index_and_output:
282
yield ResponseReasoningSummaryPartDoneEvent(
0 commit comments