Fix issue #2356: Missing parentheses in Flow documentation

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-03-13 05:21:40 +00:00
parent 41a670166a
commit 79b0cfbc9b
2 changed files with 53 additions and 2 deletions

View File

@@ -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:
<Check>
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.
</Check>
</Check>