From cc32912a72eedfdabb98b0b064ec08c76b38f06a Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Thu, 17 Oct 2024 02:03:33 -0400 Subject: [PATCH] Adjust prompt to reduce read_files --- src/core/prompts/system.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/prompts/system.ts b/src/core/prompts/system.ts index 91c9c87..6b90022 100644 --- a/src/core/prompts/system.ts +++ b/src/core/prompts/system.ts @@ -43,7 +43,7 @@ Usage: ## read_file -Description: Request to read the contents of a file at the specified path. Use this when you need to examine the contents of an existing file, for example to analyze code, review text files, or extract information from configuration files. Automatically extracts raw text from PDF and DOCX files. May not be suitable for other types of binary files, as it returns the raw content as a string. +Description: Request to read the contents of a file at the specified path. Use this when you need to examine the contents of an existing file you do not know the contents of, for example to analyze code, review text files, or extract information from configuration files. Automatically extracts raw text from PDF and DOCX files. May not be suitable for other types of binary files, as it returns the raw content as a string. Parameters: - path: (required) The path of the file to read (relative to the current working directory ${cwd.toPosix()}) Usage: