mirror of
https://github.com/block/goose.git
synced 2026-04-30 20:49:36 +00:00
chore: show important keys for provider configuration (#7265)
This commit is contained in:
parent
cc51ec0941
commit
5dacfde2f3
29 changed files with 283 additions and 158 deletions
|
|
@ -3588,6 +3588,10 @@
|
|||
"type": "boolean",
|
||||
"description": "Whether this key should be configured using OAuth device code flow\nWhen true, the provider's configure_oauth() method will be called instead of prompting for manual input"
|
||||
},
|
||||
"primary": {
|
||||
"type": "boolean",
|
||||
"description": "Whether this key should be shown prominently during provider setup\n(onboarding, settings modal, CLI configure)"
|
||||
},
|
||||
"required": {
|
||||
"type": "boolean",
|
||||
"description": "Whether this key is required for the provider to function"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue