Fixed doc string of copy function

This commit is contained in:
Vidit-Ostwal
2025-03-20 22:47:46 +05:30
parent ded7197fcb
commit 1e49d1b592

View File

@@ -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
"""