共 1 篇
函数调用(Function Calling)是让 GPT-5.6 调用你代码的核心能力。本文用 Responses API 完整走一遍:声明 tools、解析 function_call、回传结果、串联多轮工具调用。