no type checking in promptconstructor

pull/48/head
Kye 1 year ago
parent 94806fed7f
commit 80046add80

@ -9,7 +9,7 @@ class TokenUtils:
class PromptConstructor: 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_name = ai_name
self.ai_role = ai_role self.ai_role = ai_role
self.tools = tools self.tools = tools

Loading…
Cancel
Save