ソースを参照

core: update generated types to include explore agent configuration

Dax Raad 3 ヶ月 前
コミット
a093917db1
1 ファイル変更1 行追加0 行削除
  1. 1 0
      packages/sdk/js/src/gen/types.gen.ts

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

@@ -1073,6 +1073,7 @@ export type Config = {
     plan?: AgentConfig
     build?: AgentConfig
     general?: AgentConfig
+    explore?: AgentConfig
     [key: string]: AgentConfig | undefined
   }
   /**