You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m running into an issue where the model gpt-5 of Azure OpenAI is not compatible with the azure_ai_search tool in our agent setup. I followed our usual pattern:
(unsupported_model) The model 'gpt-5' cannot be used with the following tools: azure_ai_search. This model only supports Responses API compatible tools.
Why this happens
It looks like while GPT-5 is available via Azure OpenAI, it currently does not support tool bindings like azure_ai_search, bing_search, etc. (i.e., retrieval-augmented generation via those tools). So our hybrid approach (using GPT-5 + search tool) fails.
Questions / for discussion
Has anyone seen a roadmap or ETA from Azure for when GPT-5 will support tool integrations like azure_ai_search?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I’m running into an issue where the model
gpt-5of Azure OpenAI is not compatible with theazure_ai_searchtool in our agent setup. I followed our usual pattern:But I’m getting this error:
Why this happens
It looks like while GPT-5 is available via Azure OpenAI, it currently does not support tool bindings like
azure_ai_search,bing_search, etc. (i.e., retrieval-augmented generation via those tools). So our hybrid approach (using GPT-5 + search tool) fails.Questions / for discussion
azure_ai_search?Thanks for any input or suggestions!
Melih
Beta Was this translation helpful? Give feedback.
All reactions