ignore: update sdk

This commit is contained in:
Aiden Cline 2025-11-21 01:25:06 -06:00
parent fffe20cbe5
commit d16c8c9f0f

View file

@ -1016,6 +1016,10 @@ export type Config = {
* Disable providers that are loaded automatically
*/
disabled_providers?: Array<string>
/**
* When set, ONLY these providers will be enabled. All other providers will be ignored
*/
enabled_providers?: Array<string>
/**
* Model to use in the format of provider/model, eg anthropic/claude-2
*/