Updated Creating a Crew and kick it off (markdown)

João Moura
2023-11-14 13:42:13 -03:00
parent 2a20ac38ac
commit 05c7ffbd41

@@ -41,7 +41,7 @@ research_task = Task(
# Task for the writer
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
)
```