Removed optional ID from FunctionResultContent (#2011)

This commit is contained in:
Dmytro Struk
2025-11-07 10:17:10 -08:00
committed by GitHub
Unverified
parent 9423c1763c
commit 50d3e652ec
@@ -510,7 +510,6 @@ class OpenAIBaseResponsesClient(OpenAIBase, BaseChatClient):
# 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: