Skip to content

Commit c4f1ce5

Browse files
authored
Fix the type of the list files recursive parameter (#9337)
1 parent dbaaef7 commit c4f1ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/prompts/tools/native-tools/list_files.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default {
1515
description: "Directory path to inspect, relative to the workspace",
1616
},
1717
recursive: {
18-
type: ["boolean"],
18+
type: "boolean",
1919
description: "Set true to list contents recursively; false to show only the top level",
2020
},
2121
},

0 commit comments

Comments
 (0)