Browse Source

core: update generated types to include explore agent configuration

Dax Raad 2 months ago
parent
commit
a093917db1
1 changed files with 1 additions and 0 deletions
  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
   }
   /**