fix: fix test

This commit is contained in:
Eduardo Chiarotti
2024-05-16 21:04:15 -03:00
parent 2186f5c968
commit 9629337f17

View File

@@ -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.",