diff --git a/src/core/prompts/tools/native-tools/list_files.ts b/src/core/prompts/tools/native-tools/list_files.ts index 6f48ec3e886..b8069837ff7 100644 --- a/src/core/prompts/tools/native-tools/list_files.ts +++ b/src/core/prompts/tools/native-tools/list_files.ts @@ -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", }, },