Having the same ID in the func output causes problems with long running (#558)

This commit is contained in:
peterychang
2025-09-02 10:35:06 -04:00
committed by GitHub
Unverified
parent ff9be685c2
commit 7565a559ad
@@ -789,7 +789,6 @@ class OpenAIResponsesClientBase(OpenAIHandler, ChatClientBase):
# call_id for the result needs to be the same as the call_id for the function call
args: dict[str, Any] = {
"call_id": content.call_id,
"id": call_id_to_id.get(content.call_id),
"type": "function_call_output",
}
if content.result: