mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-26 16:48:13 +00:00
Updated Creating a Crew and kick it off (markdown)
@@ -41,7 +41,7 @@ research_task = Task(
|
|||||||
|
|
||||||
# Task for the writer
|
# Task for the writer
|
||||||
write_task = Task(
|
write_task = Task(
|
||||||
description='Write an article on AI advancements',
|
description='Write an article on AI advancements leveraging the research made by the researcher on your crew.',
|
||||||
agent=writer # Assigning the task to the writer
|
agent=writer # Assigning the task to the writer
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user