Compare commits

..

4 Commits

Author SHA1 Message Date
Eduardo Chiarotti
65dd44f70d docs: fix identation 2024-08-13 12:11:43 -03:00
Eduardo Chiarotti
b120801fc5 Merge branch 'main' into docs/fix-tools-docs 2024-08-13 12:10:39 -03:00
Eduardo Chiarotti
b9de1034ed docs: remove unused phrase 2024-08-13 12:01:13 -03:00
Eduardo Chiarotti
2d04c70f94 docs: Update Dalle, FileWrite, Nl2Sql and Side menu Tools 2024-08-13 11:29:09 -03:00

View File

@@ -154,15 +154,15 @@ email_summarizer_task:
Use the annotations to properly reference the agent and task in the crew.py file. Use the annotations to properly reference the agent and task in the crew.py file.
### Annotations include: ### Annotations include:
* [@agent](https://github.com/crewAIInc/crewAI/blob/97d7bfb52ad49a9f04db360e1b6612d98c91971e/src/crewai/project/annotations.py#L17) * @agent
* [@task](https://github.com/crewAIInc/crewAI/blob/97d7bfb52ad49a9f04db360e1b6612d98c91971e/src/crewai/project/annotations.py#L4) * @task
* [@crew](https://github.com/crewAIInc/crewAI/blob/97d7bfb52ad49a9f04db360e1b6612d98c91971e/src/crewai/project/annotations.py#L69) * @crew
* [@llm](https://github.com/crewAIInc/crewAI/blob/97d7bfb52ad49a9f04db360e1b6612d98c91971e/src/crewai/project/annotations.py#L23) * @llm
* [@tool](https://github.com/crewAIInc/crewAI/blob/97d7bfb52ad49a9f04db360e1b6612d98c91971e/src/crewai/project/annotations.py#L39) * @tool
* [@callback](https://github.com/crewAIInc/crewAI/blob/97d7bfb52ad49a9f04db360e1b6612d98c91971e/src/crewai/project/annotations.py#L44) * @callback
* [@output_json](https://github.com/crewAIInc/crewAI/blob/97d7bfb52ad49a9f04db360e1b6612d98c91971e/src/crewai/project/annotations.py#L29) * @output_json
* [@output_pydantic](https://github.com/crewAIInc/crewAI/blob/97d7bfb52ad49a9f04db360e1b6612d98c91971e/src/crewai/project/annotations.py#L34) * @output_pydantic
* [@cache_handler](https://github.com/crewAIInc/crewAI/blob/97d7bfb52ad49a9f04db360e1b6612d98c91971e/src/crewai/project/annotations.py#L49) * @cache_handler
crew.py crew.py
```py ```py