jack há 1 semana atrás
pai
commit
ce1ae00d55
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      app/core/tools/file_search_tool.py

+ 0 - 2
app/core/tools/file_search_tool.py

@@ -30,8 +30,6 @@ class FileSearchTool(BaseTool):
         "Can be used to look up knowledge base information that was uploaded to this assistant."
         + "If the user is retrieve specified content from the knowledge base or file system, that is often a good hint that information may be here."
         + "Retrieve content from files or knowledge base (similar to database lookup, document search, or information fetching)"
-        + "## Input Requirements:"
-        + "The prompt must return a strictly standard JSON object! Absolutely no code blocks, comments, or extra symbols. Example format: {'query': 'query to look up in retrieval'}"
         + "Singleton operation: Strictly 1 invocation per API call"
     )
     args_schema: Type[BaseModel] = FileSearchToolInput