Skip to content

fix(agent): detect modern Azure OpenAI services.ai.azure.com URLs (#47666)#47726

Open
kyssta-exe wants to merge 1 commit into
NousResearch:mainfrom
kyssta-exe:auto-fix/issue-47666
Open

fix(agent): detect modern Azure OpenAI services.ai.azure.com URLs (#47666)#47726
kyssta-exe wants to merge 1 commit into
NousResearch:mainfrom
kyssta-exe:auto-fix/issue-47666

Conversation

@kyssta-exe

Copy link
Copy Markdown
Contributor

Fixes #47666. The _is_azure_openai_url function now also detects modern Azure OpenAI endpoints using services.ai.azure.com, in addition to the legacy openai.azure.com format.

@alt-glitch alt-glitch added type/bug Something isn't working comp/agent Core agent runtime: loop, agent_init, prompt builder, context-compression, responses endpoint provider/openai OpenAI / Codex Responses API P2 Medium — degraded but workaround exists duplicate This issue or pull request already exists labels Jun 17, 2026
@alt-glitch

Copy link
Copy Markdown
Collaborator

Duplicate of #47668 — both extend _is_azure_openai_url() to return "openai.azure.com" in url or "ai.azure.com" in url, covering modern *.services.ai.azure.com resources. #47668 is the earliest-open canonical (filed 05:45). #47672 (closed) and #47696 (open) are the other cluster members.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/agent Core agent runtime: loop, agent_init, prompt builder, context-compression, responses endpoint duplicate This issue or pull request already exists P2 Medium — degraded but workaround exists provider/openai OpenAI / Codex Responses API type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: _is_azure_openai_url() doesn't detect modern services.ai.azure.com URLs

2 participants