jack 1 month ago
parent
commit
7a9a32804a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/core/tools/file_search_tool.py

+ 1 - 1
app/core/tools/file_search_tool.py

@@ -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. "