jack 3 månader sedan
förälder
incheckning
7fada3e686
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 (
         if (self.__keys and len(self.__keys) > 0) or (
             self.__dirkeys and len(self.__dirkeys) > 0
             self.__dirkeys and len(self.__dirkeys) > 0
         ):
         ):
-            return '## Top Important: plase you can use the "file_search" tool to search for relevant. Summarize the content or keywords and provide them for "file_search" tool usage.'
+            return ""  #'## Top Important: plase you can use the "file_search" tool to search for relevant. Summarize the content or keywords and provide them for "file_search" tool usage.'
         else:
         else:
             return ""
             return ""