Browse Source

Update list_files prompt

Saoud Rizwan 1 year ago
parent
commit
70def9a48d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ClaudeDev.ts

+ 1 - 1
src/ClaudeDev.ts

@@ -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: {