jack 4 달 전
부모
커밋
de2d597f42
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 (
             self.__dirkeys and len(self.__dirkeys) > 0
         ):
-            return ""
+            return 'You can use the "retrieval" tool to search for relevant context whenever the need for search or information retrieval is mentioned.'
         else:
             return ""