jack 1 month ago
parent
commit
d8ee3f65df
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

@@ -177,7 +177,7 @@ class FileSearchTool(BaseTool):
             + "\nMake sure to be extremely concise when using attached files. "
             + "\nMake sure to be extremely concise when using attached files. "
         )
         )
         """
         """
-        return 'You can use the "retrieval" tool to search for relevant information within the attached files. Please keywords or context you are looking for to retrieve the most relevant content.'
+        return 'You can use the "retrieval" tool to search for relevant information. Please keywords or context you are looking for to retrieve the most relevant content.'
 
 
     #'You can use the "retrieval" to search for relevant information within the attached files. Please specify the keywords or context you are looking for to retrieve the most relevant content.'
     #'You can use the "retrieval" to search for relevant information within the attached files. Please specify the keywords or context you are looking for to retrieve the most relevant content.'