Update a comment

Richard Feldman created

Change summary

crates/extension/src/extension_manifest.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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<String>,
-    /// 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<String>,
 }