fixed bullet points for crew yaml annoations

This commit is contained in:
Lorenze Jay
2024-07-23 11:31:09 -07:00
parent 4da5cc9778
commit 78ef490646

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.
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