mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
Fix the type of the list files recursive parameter (#9337)
This commit is contained in:
parent
dbaaef756e
commit
c4f1ce5f91
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ export default {
|
|||
description: "Directory path to inspect, relative to the workspace",
|
||||
},
|
||||
recursive: {
|
||||
type: ["boolean"],
|
||||
type: "boolean",
|
||||
description: "Set true to list contents recursively; false to show only the top level",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue