From d0d04e3a18e62f0f4459574970cc7081de0fd618 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Tue, 9 Jan 2024 18:35:03 -0700 Subject: [PATCH] tests/structs/test_team fix pydantic error in structs agent --- swarms/structs/agent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/swarms/structs/agent.py b/swarms/structs/agent.py index 3903d4ad..bc179c05 100644 --- a/swarms/structs/agent.py +++ b/swarms/structs/agent.py @@ -30,6 +30,7 @@ from swarms.utils.parse_code import ( from swarms.utils.pdf_to_text import pdf_to_text from swarms.utils.token_count_tiktoken import limit_tokens_from_string +from pydantic import BaseModel # Utils # Custom stopping condition