We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbaaef7 commit c4f1ce5Copy full SHA for c4f1ce5
src/core/prompts/tools/native-tools/list_files.ts
@@ -15,7 +15,7 @@ export default {
15
description: "Directory path to inspect, relative to the workspace",
16
},
17
recursive: {
18
- type: ["boolean"],
+ type: "boolean",
19
description: "Set true to list contents recursively; false to show only the top level",
20
21
0 commit comments