mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 23:58:34 +00:00
fixed bullet points for crew yaml annoations
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user