mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
Fixed doc string of copy function
This commit is contained in:
@@ -1123,10 +1123,6 @@ class Crew(BaseModel):
|
|||||||
"""
|
"""
|
||||||
Creates a deep copy of the Crew instance.
|
Creates a deep copy of the Crew instance.
|
||||||
|
|
||||||
Handles copying of:
|
|
||||||
- Basic attributes
|
|
||||||
- Manager agent and LLM configurations
|
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
Crew: A new instance with copied components
|
Crew: A new instance with copied components
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user