jack 3 months ago
parent
commit
14bc57f185
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

@@ -148,7 +148,7 @@ class FileSearchTool(BaseTool):
         if (self.__keys and len(self.__keys) > 0) or (
             self.__dirkeys and len(self.__dirkeys) > 0
         ):
-            return '请你尽量调用file_search tool plase you can use the "file_search" tool to search for relevant context whenever the need for search or information retrieval is mentioned.'
+            return 'plase you can use the "file_search" tool to search for relevant.'
         else:
             return ""