diff --git a/src/provider/models.ts b/src/provider/models.ts index 65fcedd..010e30b 100644 --- a/src/provider/models.ts +++ b/src/provider/models.ts @@ -7,7 +7,8 @@ import { toModelCostInfo, type ModelCostInformation } from './pricing/costs'; * NOTE: Non-public API surface. * * The fields below (`configurationSchema` on chat info, cost metadata, - * `modelConfiguration` on response options, plus `isUserSelectable` / `statusIcon`) + * `modelConfiguration` on response options, plus `isBYOK` / `isUserSelectable` / + * `statusIcon`) * are not part of the stable `vscode.LanguageModelChat*` typings yet. They are * the same shape currently consumed by GitHub Copilot Chat to render model picker * metadata and per-model configuration controls. @@ -25,6 +26,7 @@ type ThinkingEffortConfigurationSchema = ReturnType