You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/settings.schema.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1052,6 +1052,13 @@
1052
1052
"markdownDescription": "The format to use when importing memory.\n\n- Category: `Context`\n- Requires restart: `no`",
1053
1053
"type": "string"
1054
1054
},
1055
+
"includeDirectoryTree": {
1056
+
"title": "Include Directory Tree",
1057
+
"description": "Whether to include the directory tree of the current working directory in the initial request to the model.",
1058
+
"markdownDescription": "Whether to include the directory tree of the current working directory in the initial request to the model.\n\n- Category: `Context`\n- Requires restart: `no`\n- Default: `true`",
1059
+
"default": true,
1060
+
"type": "boolean"
1061
+
},
1055
1062
"discoveryMaxDirs": {
1056
1063
"title": "Memory Discovery Max Dirs",
1057
1064
"description": "Maximum number of directories to search for memory.",
0 commit comments