fix: removed fix since it didnt changed the test

This commit is contained in:
Eduardo Chiarotti
2024-05-16 21:07:39 -03:00
parent 9629337f17
commit 5865a2b899

View File

@@ -413,13 +413,6 @@ 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.",