None embedder to use default on pipeline cloning

This commit is contained in:
Lorenze Jay
2024-11-19 10:53:09 -08:00
parent e882725b8a
commit efa8a378a1

View File

@@ -67,6 +67,7 @@ def mock_crew_factory():
crew.process = Process.sequential
crew.config = None
crew.cache = True
crew.embedder = None
# Add non-empty agents and tasks
mock_agent = MagicMock(spec=Agent)