mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
This commit addresses issue #2260 by: 1. Adding manager_agent to the exclude list in the Crew.copy() method 2. Implementing proper error handling for manager_agent copying 3. Adding comprehensive tests to verify the fix 4. Enhancing test data for better coverage 5. Improving docstrings for better code documentation Co-Authored-By: Joe Moura <joao@crewai.com>
9 lines
167 B
JSON
9 lines
167 B
JSON
{
|
|
"foo": ["document1", "document2"],
|
|
"empty": [],
|
|
"special_chars": ["doc#1", "doc@2"],
|
|
"nested": {
|
|
"documents": ["nested1", "nested2"]
|
|
}
|
|
}
|