From 1e49d1b5928c865670dafca7f4784d07f3c744ac Mon Sep 17 00:00:00 2001 From: Vidit-Ostwal Date: Thu, 20 Mar 2025 22:47:46 +0530 Subject: [PATCH] Fixed doc string of copy function --- src/crewai/crew.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 """