更新日: 2026-06-06
Function Calling
gpt-5.5 on the Chat Completions path returns tool_calls.
Step 1: Define the Tool
Step 2: Return the Tool Result
Once you receivetool_calls, send your tool result back as a role: "tool" message:
This production pass confirmed the primary
tool_calls path. It also observed that message.reasoning_content may appear as a key, but it should not be treated as a stable dependency for tool-calling flows.