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: