fixed bullet points for crew yaml annoations

This commit is contained in:
Lorenze Jay
2024-07-23 11:31:09 -07:00
parent 80c626504d
commit 15e8593597

View File

@@ -114,16 +114,18 @@ email_summarizer_task:
``` ```
Use the annotations are used to properly reference the agent and task in the crew.py file. Use the annotations are used to properly reference the agent and task in the crew.py file.
Annotations include:
- @agent ### Annotations include:
- @task * @agent
- @crew * @task
- @llm * @crew
- @tool * @llm
- @callback * @tool
- @output_json * @callback
- @output_pydantic * @output_json
- @cache_handler * @output_pydantic
* @cache_handler
crew.py crew.py
```py ```py