Aiden Cline пре 3 месеци
родитељ
комит
d16c8c9f0f
1 измењених фајлова са 4 додато и 0 уклоњено
  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
    * Disable providers that are loaded automatically
    */
    */
   disabled_providers?: Array<string>
   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
    * Model to use in the format of provider/model, eg anthropic/claude-2
    */
    */