You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add token limit and model override fields to ProviderConfig
Adds the following optional fields to ProviderConfig across all SDKs:
- modelId: well-known model ID for agent config + token limit lookup
- wireModel: model name sent to the provider API for inference
- maxPromptTokens: prompt token cap (triggers compaction)
- maxOutputTokens: response token cap
Both modelId and wireModel default to the session's configured model when unset.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments