Update a comment

This commit is contained in:
Richard Feldman
2025-12-04 16:28:29 -05:00
parent f54e7f8c9d
commit fcb3d3dec6

View File

@@ -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>,
}