From 906be132f833fc999b1e966b8ebf2a78d73dd9d4 Mon Sep 17 00:00:00 2001 From: Eduardo Chiarotti Date: Mon, 9 Dec 2024 11:09:46 -0300 Subject: [PATCH] feat: update tasks config main template typos --- src/crewai/cli/templates/crew/config/tasks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crewai/cli/templates/crew/config/tasks.yaml b/src/crewai/cli/templates/crew/config/tasks.yaml index f30820855..e6c0870a2 100644 --- a/src/crewai/cli/templates/crew/config/tasks.yaml +++ b/src/crewai/cli/templates/crew/config/tasks.yaml @@ -12,6 +12,6 @@ reporting_task: Review the context you got and expand each topic into a full section for a report. Make sure the report is detailed and contains any and all relevant information. expected_output: > - A fully fledge reports with the mains topics, each with a full section of information. + A fully fledged report with the main topics, each with a full section of information. Formatted as markdown without '```' agent: reporting_analyst