From 9629337f17b336e447dd30020a58b004e2234e51 Mon Sep 17 00:00:00 2001 From: Eduardo Chiarotti Date: Thu, 16 May 2024 21:04:15 -0300 Subject: [PATCH] fix: fix test --- tests/crew_test.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/crew_test.py b/tests/crew_test.py index 75868ac9e..ae1ba64ff 100644 --- a/tests/crew_test.py +++ b/tests/crew_test.py @@ -413,6 +413,13 @@ def test_async_task_execution(): from crewai.tasks.task_output import TaskOutput + researcher = Agent( + role="Researcher", + goal="Make the best research and analysis on content about AI and AI agents", + backstory="You're an expert researcher, specialized in technology, software engineering, AI and startups. You work as a freelancer and is now working on doing research and analysis for a new customer.", + allow_delegation=False, + ) + list_ideas = Task( description="Give me a list of 5 interesting ideas to explore for na article, what makes them unique and interesting.", expected_output="Bullet point list of 5 important events.",