mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 08:38:30 +00:00
docs: Docs updates (#3459)
* docs(cli): document device-code login and config reset guidance; renumber sections * docs(cli): fix duplicate numbering (renumber Login/API Keys/Configuration sections) * docs: Fix webhook documentation to include meta dict in all webhook payloads - Add note explaining that meta objects from kickoff requests are included in all webhook payloads - Update webhook examples to show proper payload structure including meta field - Fix webhook examples to match actual API implementation - Apply changes to English, Korean, and Portuguese documentation Resolves the documentation gap where meta dict passing to webhooks was not documented despite being implemented in the API. * WIP: CrewAI docs theme, changelog, GEO, localization * docs(cli): fix merge markers; ensure mode: "wide"; convert ASCII tables to Markdown (en/pt-BR/ko) * docs: add group icons across locales; split Automation/Integrations; update tools overviews and links
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
title: AI Mind Tool
|
||||
description: O `AIMindTool` foi desenvolvido para consultar fontes de dados em linguagem natural.
|
||||
icon: brain
|
||||
mode: "wide"
|
||||
---
|
||||
|
||||
# `AIMindTool`
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Interpretador de Código
|
||||
description: O `CodeInterpreterTool` é uma poderosa ferramenta projetada para executar código Python 3 em um ambiente seguro e isolado.
|
||||
icon: code-simple
|
||||
mode: "wide"
|
||||
---
|
||||
|
||||
# `CodeInterpreterTool`
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Ferramenta DALL-E
|
||||
description: A `DallETool` é uma ferramenta poderosa projetada para gerar imagens a partir de descrições textuais.
|
||||
icon: image
|
||||
mode: "wide"
|
||||
---
|
||||
|
||||
# `DallETool`
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Ferramenta LangChain
|
||||
description: O `LangChainTool` é um wrapper para ferramentas LangChain e mecanismos de consulta.
|
||||
icon: link
|
||||
mode: "wide"
|
||||
---
|
||||
|
||||
## `LangChainTool`
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Ferramenta LlamaIndex
|
||||
description: A `LlamaIndexTool` é um wrapper para ferramentas e mecanismos de consulta do LlamaIndex.
|
||||
icon: address-book
|
||||
mode: "wide"
|
||||
---
|
||||
|
||||
# `LlamaIndexTool`
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: "Visão Geral"
|
||||
description: "Aproveite serviços de IA, gere imagens, processe visão e construa sistemas inteligentes"
|
||||
icon: "face-smile"
|
||||
mode: "wide"
|
||||
---
|
||||
|
||||
Essas ferramentas se integram com serviços de IA e machine learning para aprimorar seus agentes com capacidades avançadas como geração de imagens, processamento de visão e execução inteligente de código.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Ferramenta RAG
|
||||
description: O `RagTool` é uma ferramenta dinâmica de base de conhecimento para responder perguntas usando Geração Aumentada por Recuperação.
|
||||
icon: vector-square
|
||||
mode: "wide"
|
||||
---
|
||||
|
||||
# `RagTool`
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Vision Tool
|
||||
description: O `VisionTool` foi projetado para extrair texto de imagens.
|
||||
icon: eye
|
||||
mode: "wide"
|
||||
---
|
||||
|
||||
# `VisionTool`
|
||||
|
||||
Reference in New Issue
Block a user