Skip to content

Azure OpenAI agent mode not supported #4967

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 of 2 tasks
sanchez5674 opened this issue Apr 3, 2025 · 5 comments
Open
1 of 2 tasks

Azure OpenAI agent mode not supported #4967

sanchez5674 opened this issue Apr 3, 2025 · 5 comments
Assignees
Labels
area:configuration Relates to configuration options kind:enhancement Indicates a new feature request, imrovement, or extension "needs-triage"

Comments

@sanchez5674
Copy link

Validations

  • I believe this is a way to improve. I'll try to join the Continue Discord for questions
  • I'm not able to find an open issue that requests the same enhancement

Problem

Hi, I'm connecting to my own OpenAI private endpoint using Azure. I can chat with the model without any issues but the agent mode is not supported. Is this a feature or is there a way to configure agents using Azure?

I have noticed agent mode becomes available if I switch the provider from "azure" to "openai" but then the model becomes unavailable.

Solution

No response

@sestinj sestinj self-assigned this Apr 3, 2025
@dosubot dosubot bot added area:configuration Relates to configuration options kind:enhancement Indicates a new feature request, imrovement, or extension labels Apr 3, 2025
@abhishek-zycus
Copy link

Hi, I am also facing the same issue. Is there any workaround that you have found yet ?

@sestinj, is there any workaround ?

@cb-fhillenbrand
Copy link

If you're building the extension by yourself, you can add the following lines

  azure: (model) => {
    return PROVIDER_TOOL_SUPPORT.openai(model);
  },

to "toolSupport.ts" and might add azure to some of the lists within "autodetect.ts" where openai is listed. Agents should then become available.

@muliyul
Copy link
Contributor

muliyul commented Apr 14, 2025

I've been struggling with this for the past couple of days. Can we push this through?

Edit: went ahead and did it myself

@abhishek-zycus
Copy link

abhishek-zycus commented Apr 16, 2025

Hi @muliyul, that a really great job. i was trying to make a build with this enhancement but faced lots of EPERM errors, i succeed but the agent mode was still disabled, but in debug mode it was working seamlessly. I think there are some issues with the build process. I would really appreciate if you can send the working build in this thread. This will help me a lot.

@muliyul
Copy link
Contributor

muliyul commented Apr 16, 2025

@abhishek-zycus Sorry I don't have a working build.
EPERM usually means that you don't have sufficient permissions. See this related thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:configuration Relates to configuration options kind:enhancement Indicates a new feature request, imrovement, or extension "needs-triage"
Projects
None yet
Development

No branches or pull requests

5 participants