jack 3 miesięcy temu
rodzic
commit
362e55bbec
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/core/tools/file_search_tool.py

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

@@ -147,7 +147,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 "## important:You can use the "retrieval" tool to search for relevant information."
+            return '## important:You can use the "retrieval" tool to search for relevant information.'
         else:
         else:
             return ""
             return ""