mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-28 09:38:17 +00:00
None embedder to use default on pipeline cloning
This commit is contained in:
@@ -67,6 +67,7 @@ def mock_crew_factory():
|
|||||||
crew.process = Process.sequential
|
crew.process = Process.sequential
|
||||||
crew.config = None
|
crew.config = None
|
||||||
crew.cache = True
|
crew.cache = True
|
||||||
|
crew.embedder = None
|
||||||
|
|
||||||
# Add non-empty agents and tasks
|
# Add non-empty agents and tasks
|
||||||
mock_agent = MagicMock(spec=Agent)
|
mock_agent = MagicMock(spec=Agent)
|
||||||
|
|||||||
Reference in New Issue
Block a user