improvements from review

This commit is contained in:
Lorenze Jay
2024-11-20 13:32:00 -08:00
parent 3c4504bd4f
commit 44ab749fda
7 changed files with 25 additions and 43 deletions

View File

@@ -38,6 +38,7 @@ def mock_crew_factory():
crew = MockCrew()
crew.name = name
crew.knowledge = None
task_output = TaskOutput(
description="Test task", raw="Task output", agent="Test Agent"