feat(core): add web_search in OpenAI tools list (#32738)

This commit is contained in:
Shahroz Ahmad
2025-09-02 18:57:25 -03:00
committed by GitHub
parent b999f356e8
commit 4828a85ab0
4 changed files with 9 additions and 7 deletions

View File

@@ -515,6 +515,7 @@ _WellKnownOpenAITools = (
"mcp",
"image_generation",
"web_search_preview",
"web_search",
)