We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e251fa6 commit c92fe77Copy full SHA for c92fe77
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