chore: show important keys for provider configuration (#7265)
This commit is contained in:
@@ -306,7 +306,9 @@ impl ProviderDef for GeminiCliProvider {
|
||||
GEMINI_CLI_DEFAULT_MODEL,
|
||||
GEMINI_CLI_KNOWN_MODELS.to_vec(),
|
||||
GEMINI_CLI_DOC_URL,
|
||||
vec![ConfigKey::from_value_type::<GeminiCliCommand>(true, false)],
|
||||
vec![ConfigKey::from_value_type::<GeminiCliCommand>(
|
||||
true, false, true,
|
||||
)],
|
||||
)
|
||||
.with_unlisted_models()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user