diff --git a/crates/extension/src/extension_manifest.rs b/crates/extension/src/extension_manifest.rs index 02a6c18be7ae0b15ec5265e0501a2b20fa39720b..bfffe9bb87f2acb777156077da69c400c822726d 100644 --- a/crates/extension/src/extension_manifest.rs +++ b/crates/extension/src/extension_manifest.rs @@ -336,7 +336,7 @@ pub struct LanguageModelAuthConfig { /// Environment variable name for the API key. #[serde(default)] pub env_var: Option, - /// Label to show when prompting for credentials. + /// Human-readable name for the credential shown in the UI input field (e.g., "API Key", "Access Token"). #[serde(default)] pub credential_label: Option, }