diff --git a/src/crewai/crew.py b/src/crewai/crew.py index 8fb56452a..57b3f07c3 100644 --- a/src/crewai/crew.py +++ b/src/crewai/crew.py @@ -1122,11 +1122,7 @@ class Crew(BaseModel): def copy(self): """ Creates a deep copy of the Crew instance. - - Handles copying of: - - Basic attributes - - Manager agent and LLM configurations - + Returns: Crew: A new instance with copied components """