fixing tests

This commit is contained in:
João Moura
2024-02-28 02:46:35 -03:00
parent 340bea3271
commit 2530196cf8
16 changed files with 21694 additions and 30273 deletions

View File

@@ -235,7 +235,7 @@ def test_output_pydantic_to_another_task():
crew = Crew(agents=[scorer], tasks=[task1, task2], verbose=2)
result = crew.kickoff()
assert 5 == result.score
assert 4 == result.score
@pytest.mark.vcr(filter_headers=["authorization"])