Reported by @signal ice
Bug Report: Azure Foundry gpt-5.6-sol fails in Codex after update
`Steps to Reproduce`
- Use Codex Desktop on Windows with Azure AI Foundry as a custom provider.
- Configure model/deployment as gpt-5.6-sol using Responses API.
- Send any prompt in Codex.
- Observe that the model appears available but does not answer.
`Expected Result`
Codex should send a compatible Azure Responses API request and gpt-5.6-sol should answer normally, like it did when treated as a custom model.
`Actual Result`
Every turn fails with:
X-OpenAI-Internal-Codex-Responses-Lite only supports function tools, custom tools, and client-executed tool search.
Direct Azure Responses API calls to the same deployment work, so the issue seems specific to Codex’s request shape.
`Environment`
Windows, Codex Desktop/CLI 0.144.0-alpha.4, Azure AI Foundry/Azure OpenAI Responses API, deployment gpt-5.6-sol, use_responses_lite=True, multi_agent_version=v2, direct Azure Responses API call works.