Browse Source

ignore: update sdk

Aiden Cline 3 months ago
parent
commit
d16c8c9f0f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/sdk/js/src/gen/types.gen.ts

+ 4 - 0
packages/sdk/js/src/gen/types.gen.ts

@@ -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
    */