mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
Update Tasks.md (#240)
Fix example code of missing comma. Co-authored-by: João Moura <joaomdmoura@gmail.com>
This commit is contained in:
@@ -54,12 +54,12 @@ from crewai import Agent, Task, Crew
|
|||||||
from crewai_tools import SerperDevTool
|
from crewai_tools import SerperDevTool
|
||||||
|
|
||||||
research_agent = Agent(
|
research_agent = Agent(
|
||||||
role='Researcher',
|
role='Researcher',
|
||||||
goal='Find and summarize the latest AI news',
|
goal='Find and summarize the latest AI news',
|
||||||
backstory="""You're a researcher at a large company.
|
backstory="""You're a researcher at a large company.
|
||||||
You're responsible for analyzing data and providing insights
|
You're responsible for analyzing data and providing insights
|
||||||
to the business."""
|
to the business.""",
|
||||||
verbose=True
|
verbose=True
|
||||||
)
|
)
|
||||||
|
|
||||||
search_tool = SerperDevTool()
|
search_tool = SerperDevTool()
|
||||||
|
|||||||
Reference in New Issue
Block a user