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",
"agents",
"tasks",
"knowledge_source",
"knowledge_sources",
}
cloned_agents = [agent.copy() for agent in self.agents]