Skip to content

Commit ed248db

Browse files
authored
fix(docs): correct BYOK utility model default (#10083)
1 parent 40669a2 commit ed248db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/agent-customization/language-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ When you select a [BYOK](#bring-your-own-language-model-key) model as the main a
385385
* **GitHub Copilot**: Use the default GitHub Copilot utility models.
386386

387387
> [!NOTE]
388-
> By default, no utility models are used when a BYOK model is the main agent. Background tasks such as chat title generation and commit message generation don't run until you set this option or configure a specific utility model.
388+
> By default, utility flows use GitHub Copilot utility models when a Copilot token is available. If no Copilot token is available, configure `setting(chat.utilityModel)` and `setting(chat.utilitySmallModel)`, or select **Main Agent Model**, to enable utility features.
389389
390390
This setting has no effect when the main agent model is provided by GitHub Copilot. A specific model configured in `setting(chat.utilityModel)` or `setting(chat.utilitySmallModel)` takes precedence over this default.
391391

0 commit comments

Comments
 (0)