Skip to content
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

server_opts_overrides is ignored #201

Open
3rd opened this issue Aug 5, 2023 · 3 comments
Open

server_opts_overrides is ignored #201

3rd opened this issue Aug 5, 2023 · 3 comments

Comments

@3rd
Copy link

3rd commented Aug 5, 2023

Changing server_opts_overrides values doesn't seem to do anything for now.
Tested with the suggestion count (both for panel and inline).
Found while debugging why trace = "verbose" doesn't work.
Any idea if it's an issue with the js client?

@dotJack
Copy link

dotJack commented Sep 20, 2023

I had the same issue happen. For me the issue was that the server_opt_overrides aren't making it into the context inside the agent.js,

The only configuration that's being loaded is the defaultConfig from the copilot agent's package.json (which is included at the very end of the dist/agent.js file). I just started editing that file directly for my customisations.

@LoganWalls
Copy link

I'm also running into this issue, but I don't see the package.json in agent.js (also I'd prefer to not edit files that might get replaced during an update...). @zbirenbaum is there a good place in the codebase for us to start looking for the issue?

@ser
Copy link

ser commented Apr 18, 2024

It's still totally unclear to me how to modify these values!

How do I set DebugShowScores: ["advanced", "debug.showScores"],?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants