|
@@ -156,7 +156,7 @@ class FileSearchTool(BaseTool):
|
|
|
for index, filename in enumerate(self.__filenames)
|
|
|
]
|
|
|
return (
|
|
|
- 'You can use the "file_search" tool to retrieve relevant context from the following attached files. '
|
|
|
+ 'You can use the "retrieval" tool to retrieve relevant context from the following attached files. '
|
|
|
+ 'Each line represents a file in the format "(index)filename":\n'
|
|
|
+ "\n".join(filenames_info)
|
|
|
+ "\nMake sure to be extremely concise when using attached files. "
|