jack 2 bulan lalu
induk
melakukan
786ef52154
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/core/tools/file_search_tool.py

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

@@ -30,7 +30,7 @@ class FileSearchTool(BaseTool):
     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."
         + "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"
+        + "Singleton operation: Strictly 1 invocation per API call"
     )
     )
     args_schema: Type[BaseModel] = FileSearchToolInput
     args_schema: Type[BaseModel] = FileSearchToolInput