no type checking in promptconstructor

Former-commit-id: 80046add80
pull/47/head
Kye 1 year ago
parent ea1e769a93
commit 70880d38b8

@ -9,7 +9,7 @@ class TokenUtils:
class PromptConstructor:
def __init__(self, ai_name: str, ai_role: str, tools: List[BaseTool]):
def __init__(self, ai_name: str, ai_role: str, tools):
self.ai_name = ai_name
self.ai_role = ai_role
self.tools = tools

Loading…
Cancel
Save