From 78ef49064684806ae655d64637e0c9bb3e182d3a Mon Sep 17 00:00:00 2001 From: Lorenze Jay Date: Tue, 23 Jul 2024 11:31:09 -0700 Subject: [PATCH] fixed bullet points for crew yaml annoations --- docs/how-to/Start-a-New-CrewAI-Project.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/how-to/Start-a-New-CrewAI-Project.md b/docs/how-to/Start-a-New-CrewAI-Project.md index ed9dd7456..5ee7920e3 100644 --- a/docs/how-to/Start-a-New-CrewAI-Project.md +++ b/docs/how-to/Start-a-New-CrewAI-Project.md @@ -114,16 +114,18 @@ email_summarizer_task: ``` Use the annotations are used to properly reference the agent and task in the crew.py file. -Annotations include: -- @agent -- @task -- @crew -- @llm -- @tool -- @callback -- @output_json -- @output_pydantic -- @cache_handler + +### Annotations include: +* @agent +* @task +* @crew +* @llm +* @tool +* @callback +* @output_json +* @output_pydantic +* @cache_handler + crew.py ```py