type valudation for auto ap

NewTools
Kye 2 years ago
parent f657a2e921
commit a0ae49a981

@ -26,7 +26,7 @@ class WorkerNode(BaseTool):
agent: Any = None agent: Any = None
def __init__(self, llm, tools, vectorstore): def __init__(self, llm: Any, tools: List[Any], vectorstore: Any):
logging.info("Initializing WorkerNode") logging.info("Initializing WorkerNode")
super().__init__() super().__init__()
self.llm = llm self.llm = llm

Loading…
Cancel
Save