Adjust prompt to reduce read_files

This commit is contained in:
Saoud Rizwan
2024-10-17 02:03:33 -04:00
parent 68e29bab66
commit cc32912a72

View File

@@ -43,7 +43,7 @@ Usage:
</execute_command> </execute_command>
## read_file ## 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: Parameters:
- path: (required) The path of the file to read (relative to the current working directory ${cwd.toPosix()}) - path: (required) The path of the file to read (relative to the current working directory ${cwd.toPosix()})
Usage: Usage: