メインコンテンツへスキップ
更新日: 2026-06-06

Function Calling

As of March 23, 2026, Crazyrouter production has verified that gpt-5.5 on the Chat Completions path returns tool_calls.

Step 1: Define the Tool

Observed production response shape:

Step 2: Return the Tool Result

Once you receive tool_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.