Skip to content

Commit fee4ff7

Browse files
committed
fix(manifest): update default values for tool categories and dynamic Actor adding
1 parent 9414c19 commit fee4ff7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"title": "Enabled tool categories",
6868
"description": "A comma-separated list of tool categories to enable. Available options: docs, runs, storage, preview.",
6969
"required": false,
70-
"default": "docs"
70+
"default": "actor-discovery,docs"
7171
},
7272
"actors": {
7373
"type": "string",
@@ -80,7 +80,8 @@
8080
"type": "boolean",
8181
"title": "Enable dynamic Actor adding",
8282
"description": "Allow dynamically adding Actors as tools based on user requests during a session.",
83-
"default": true
83+
"required": false,
84+
"default": false
8485
}
8586
},
8687
"compatibility": {

0 commit comments

Comments
 (0)