[PR #3315] fix: openai options when using @ai-sdk/azure #10600

Closed
opened 2026-02-16 18:15:18 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/3315

State: closed
Merged: Yes


https://github.com/vercel/ai/blob/main/packages/azure/src/azure-openai-provider.ts#L203-L204
@ai-sdk/azure using the OpenAIResponsesLanguageModel from @ai-sdk/openai

fix #3044
fix #3293

my config is work

"azure": {
      "env": [
        "AZURE_API"
      ],
      "models": {
        "gpt-5-codex": {
          "name": "GPT-5-codex",
          "options": {
            "parallelToolCalls": false, # or "store": false
          }
        }
      }
    }
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/3315 **State:** closed **Merged:** Yes --- https://github.com/vercel/ai/blob/main/packages/azure/src/azure-openai-provider.ts#L203-L204 @ai-sdk/azure using the `OpenAIResponsesLanguageModel` from `@ai-sdk/openai` fix #3044 fix #3293 my config is work ``` "azure": { "env": [ "AZURE_API" ], "models": { "gpt-5-codex": { "name": "GPT-5-codex", "options": { "parallelToolCalls": false, # or "store": false } } } } ```
yindo added the pull-request label 2026-02-16 18:15:18 -05:00
yindo closed this issue 2026-02-16 18:15:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10600