在聊天中添加可选的 web_search 内置工具 (可自行选择)
作者: pamelafox创建于 2026年6月26日更新于 2026年6月26日
根据文档,通过在请求中声明该工具来启用 Web 搜索:
response = OpenAI.responses.create(
model="GPT-5.5",
tools=[{"type": "web_search"}],
input="...",
)内容来源: Azure-Samples/azure-search-openai-demo