mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 08:38:30 +00:00
fixed typo
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user