jack 1 هفته پیش
والد
کامیت
d476660ccc
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      app/core/tools/file_search_tool.py

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

@@ -29,8 +29,8 @@ class FileSearchTool(BaseTool):
     name: str = "file_search"
     name: str = "file_search"
     description: str = (
     description: str = (
         "Can be used to look up knowledge base or files content that was uploaded to this assistant."
         "Can be used to look up knowledge base or files content that was uploaded to this assistant."
-        # + "If the user is retrieve specified content from the knowledge base or file content, that is often a good hint that information may be here."
-        + "Singleton operation: Strictly 1 invocation per API call"
+        + "If the user is retrieve specified content from the knowledge base or file content, that is often a good hint that information may be here."
+        # + "Singleton operation: Strictly 1 invocation per API call"
     )
     )
     args_schema: Type[BaseModel] = FileSearchToolInput
     args_schema: Type[BaseModel] = FileSearchToolInput