jack 1 周之前
父节点
当前提交
ce1ae00d55
共有 1 个文件被更改,包括 0 次插入2 次删除
  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