mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +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: The `AIMindTool` is designed to query data sources in natural language.
|
||||
icon: brain
|
||||
mode: "wide"
|
||||
---
|
||||
|
||||
# `AIMindTool`
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Code Interpreter
|
||||
description: The `CodeInterpreterTool` is a powerful tool designed for executing Python 3 code within a secure, isolated environment.
|
||||
icon: code-simple
|
||||
mode: "wide"
|
||||
---
|
||||
|
||||
# `CodeInterpreterTool`
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: DALL-E Tool
|
||||
description: The `DallETool` is a powerful tool designed for generating images from textual descriptions.
|
||||
icon: image
|
||||
mode: "wide"
|
||||
---
|
||||
|
||||
# `DallETool`
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: LangChain Tool
|
||||
description: The `LangChainTool` is a wrapper for LangChain tools and query engines.
|
||||
icon: link
|
||||
mode: "wide"
|
||||
---
|
||||
|
||||
## `LangChainTool`
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: LlamaIndex Tool
|
||||
description: The `LlamaIndexTool` is a wrapper for LlamaIndex tools and query engines.
|
||||
icon: address-book
|
||||
mode: "wide"
|
||||
---
|
||||
|
||||
# `LlamaIndexTool`
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: "Overview"
|
||||
description: "Leverage AI services, generate images, process vision, and build intelligent systems"
|
||||
icon: "face-smile"
|
||||
mode: "wide"
|
||||
---
|
||||
|
||||
These tools integrate with AI and machine learning services to enhance your agents with advanced capabilities like image generation, vision processing, and intelligent code execution.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: RAG Tool
|
||||
description: The `RagTool` is a dynamic knowledge base tool for answering questions using Retrieval-Augmented Generation.
|
||||
icon: vector-square
|
||||
mode: "wide"
|
||||
---
|
||||
|
||||
# `RagTool`
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Vision Tool
|
||||
description: The `VisionTool` is designed to extract text from images.
|
||||
icon: eye
|
||||
mode: "wide"
|
||||
---
|
||||
|
||||
# `VisionTool`
|
||||
|
||||
Reference in New Issue
Block a user