fixed typo

This commit is contained in:
Lorenze Jay
2025-01-19 16:08:39 -08:00
parent f3004ffb2b
commit dc9d1d6b49

View File

@@ -1036,7 +1036,7 @@ class Crew(BaseModel):
"_telemetry", "_telemetry",
"agents", "agents",
"tasks", "tasks",
"knowledge_source", "knowledge_sources",
} }
cloned_agents = [agent.copy() for agent in self.agents] cloned_agents = [agent.copy() for agent in self.agents]