diff --git a/swarms/agents/models/prompts/agent_prompt_auto.py b/swarms/agents/models/prompts/agent_prompt_auto.py index cdf8fd33..e50bdf7d 100644 --- a/swarms/agents/models/prompts/agent_prompt_auto.py +++ b/swarms/agents/models/prompts/agent_prompt_auto.py @@ -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