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

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

@@ -32,7 +32,7 @@ class KnowledgeSearchTool(BaseTool):
         + "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] = KnowledgeSearchToolInput
 
     def __init__(self) -> None:
         super().__init__()