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