diff --git a/crates/extension/src/extension_manifest.rs b/crates/extension/src/extension_manifest.rs index bbdf7283cb0397b32c95c481350cc47827e8acc6..5ae0a6774f91eab023f7581ce1ddfcb26510a9ab 100644 --- a/crates/extension/src/extension_manifest.rs +++ b/crates/extension/src/extension_manifest.rs @@ -298,7 +298,7 @@ pub struct LanguageModelProviderManifestEntry { /// Path to an SVG icon file relative to the extension root (e.g., "icons/provider.svg"). #[serde(default)] pub icon: Option, - /// Default models to show even before API connection. + /// Hardcoded models to always show (as opposed to a model list loaded over the network). #[serde(default)] pub models: Vec, /// Authentication configuration.