Update list_files prompt

This commit is contained in:
Saoud Rizwan
2024-08-29 06:27:27 -04:00
parent cae1d625f7
commit 70def9a48d

View File

@@ -108,7 +108,7 @@ const tools: Tool[] = [
{ {
name: "list_files", name: "list_files",
description: description:
"List files and directories within the specified directory. If recursive is true, it will list all files and directories recursively, providing a comprehensive view of the directory's structure. If recursive is false or not provided, it will only list the top-level contents.", "List files and directories within the specified directory. If recursive is true, it will list all files and directories recursively. If recursive is false or not provided, it will only list the top-level contents.",
input_schema: { input_schema: {
type: "object", type: "object",
properties: { properties: {