Describe the feature or problem you'd like to solve
some llm providers might require additional nonstandard request parameters for certain features or tweaks
Proposed solution
env var COPILOT_EXTRA_REQUEST_PARAMS='{"abc": "def"}'
so {"abc": "def"} will be appended to the llm request body
similar features seems also exist in various other agent frameworks
Example prompts or workflows
No response
Additional context
No response
Describe the feature or problem you'd like to solve
some llm providers might require additional nonstandard request parameters for certain features or tweaks
Proposed solution
env var
COPILOT_EXTRA_REQUEST_PARAMS='{"abc": "def"}'so
{"abc": "def"}will be appended to the llm request bodysimilar features seems also exist in various other agent frameworks
Example prompts or workflows
No response
Additional context
No response