A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
Hi @Ofir.D ,
Thanks for reaching out.
Currently, there is no option to configure Azure AI Foundry Agents to use the /v1/responses API. The managed Agent Service handles the underlying API calls and currently uses /v1/chat/completions for tool invocations such as Knowledge Base retrieval.
This is why your first prompt succeeds (no tool call), while the second fails when the KB tool is invoked with newer reasoning models like GPT-5.4 and GPT-5.6.
As a workaround, you can either use GPT-5.2/GPT-4o, or call the Responses API directly and manage the orchestration yourself.
References:
https://learn.microsoft.com/azure/ai-foundry/openai/how-to/responses
https://learn.microsoft.com/azure/ai-foundry/agents/how-to/foundry-iq-connect
I hope this helps. If it answers your question, please consider accepting it to help others facing the same issue.