chore: show important keys for provider configuration (#7265)
This commit is contained in:
@@ -90,6 +90,11 @@ export type ConfigKey = {
|
||||
* When true, the provider's configure_oauth() method will be called instead of prompting for manual input
|
||||
*/
|
||||
oauth_flow: boolean;
|
||||
/**
|
||||
* Whether this key should be shown prominently during provider setup
|
||||
* (onboarding, settings modal, CLI configure)
|
||||
*/
|
||||
primary?: boolean;
|
||||
/**
|
||||
* Whether this key is required for the provider to function
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user