-
Notifications
You must be signed in to change notification settings - Fork 1.5k
support extra request params for byok model #3448
Copy link
Copy link
Open
Labels
area:configurationConfig files, instruction files, settings, and environment variablesConfig files, instruction files, settings, and environment variablesarea:modelsModel selection, availability, switching, rate limits, and model-specific behaviorModel selection, availability, switching, rate limits, and model-specific behavior
Metadata
Metadata
Assignees
Labels
area:configurationConfig files, instruction files, settings, and environment variablesConfig files, instruction files, settings, and environment variablesarea:modelsModel selection, availability, switching, rate limits, and model-specific behaviorModel selection, availability, switching, rate limits, and model-specific behavior
Type
Fields
Give feedbackNo fields configured for Feature.
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