Use task in the note about how methods names need to match task names (#2355)

The note is about the task but mentions the agent incorrectly.

Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com>
This commit is contained in:
Jorge Gonzalez
2025-03-21 13:17:43 -04:00
committed by GitHub
parent 3aa48dcd58
commit 32da76a2ca

View File

@@ -300,7 +300,7 @@ email_summarizer:
``` ```
<Tip> <Tip>
Note how we use the same name for the agent in the `tasks.yaml` (`email_summarizer_task`) file as the method name in the `crew.py` (`email_summarizer_task`) file. Note how we use the same name for the task in the `tasks.yaml` (`email_summarizer_task`) file as the method name in the `crew.py` (`email_summarizer_task`) file.
</Tip> </Tip>
```yaml tasks.yaml ```yaml tasks.yaml