diff --git a/docs/guides/flows/first-flow.mdx b/docs/guides/flows/first-flow.mdx index d3c346c76..ab03693b9 100644 --- a/docs/guides/flows/first-flow.mdx +++ b/docs/guides/flows/first-flow.mdx @@ -232,7 +232,7 @@ class ContentCrew(): def review_section_task(self) -> Task: return Task( config=self.tasks_config['review_section_task'], - context=[self.write_section_task] + context=[self.write_section_task()] ) @crew @@ -601,4 +601,4 @@ Now that you've built your first flow, you can: Congratulations! You've successfully built your first CrewAI Flow that combines regular code, direct LLM calls, and crew-based processing to create a comprehensive guide. These foundational skills enable you to create increasingly sophisticated AI applications that can tackle complex, multi-stage problems through a combination of procedural control and collaborative intelligence. - \ No newline at end of file +