From 32da76a2ca644d8472d0778c1b522b83928b9bd1 Mon Sep 17 00:00:00 2001 From: Jorge Gonzalez Date: Fri, 21 Mar 2025 13:17:43 -0400 Subject: [PATCH] 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> --- docs/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index df57f756f..1edccee0e 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -300,7 +300,7 @@ email_summarizer: ``` - 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. ```yaml tasks.yaml