jack 1 月之前
父节点
当前提交
7a9a32804a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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. "