summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sdk')
-rw-r--r--packages/sdk/js/src/gen/types.gen.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts
index f8e1d34fb..d26c6ec2c 100644
--- a/packages/sdk/js/src/gen/types.gen.ts
+++ b/packages/sdk/js/src/gen/types.gen.ts
@@ -1249,6 +1249,10 @@ export type Config = {
* Enable the batch tool
*/
batch_tool?: boolean
+ /**
+ * Tools that should only be available to primary agents.
+ */
+ primary_tools?: Array<string>
}
}