diff --git a/Creating-a-Crew-and-kick-it-off.md b/Creating-a-Crew-and-kick-it-off.md index c73ece9..b5ec2a1 100644 --- a/Creating-a-Crew-and-kick-it-off.md +++ b/Creating-a-Crew-and-kick-it-off.md @@ -41,7 +41,7 @@ research_task = Task( # Task for the writer write_task = Task( - description='Write an article on AI advancements leveraging the research made by the researcher on your crew.', + description='Write an article on AI advancements leveraging the research made.', agent=writer # Assigning the task to the writer ) ```