Skip to content

Commit e59027d

Browse files
committed
📝 Update multimodal tool description
1 parent 862866e commit e59027d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

doc/docs/en/user-guide/local-tools/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ Nexent preloads a set of reusable local tools grouped by capability: email, file
3030
- **tavily_search**: Uses the Tavily API to retrieve webpages, particularly strong for news and current events. Returns both text results and related image URLs, with optional image filtering. Request a free API key from [tavily.com](https://www.tavily.com/).
3131
- **linkup_search**: Uses the Linkup API to fetch text and images. In addition to regular webpages, it can return image-only results, making it useful when mixed media references are required. Register at [linkup.so](https://www.linkup.so/) to obtain a free API key.
3232

33+
### 🖼️ Multimodal Tools
34+
35+
- **analyze_text_file**: Based on user queries and the S3 URL, HTTP URL, and HTTPS URL of a text file, parse the file and use a large language model to understand it, answering user questions. A large language model needs to be configured in the quick configuration page.
36+
- **analyze_image**: Based on user queries and the S3 URL, HTTP URL, and HTTPS URL of an image, use a visual language model to analyze and understand the image, answering user questions. A visual language model needs to be configured in the quick configuration page.
37+
3338
### 🖥️ Terminal Tool
3439

3540
The **Terminal Tool** is one of Nexent's core local capabilities that provides a persistent SSH session. Agents can execute remote commands, perform system inspections, read logs, or deploy services. Refer to the dedicated [Terminal Tool guide](./terminal-tool) for detailed setup, parameters, and security guidance.

doc/docs/zh/user-guide/local-tools/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Nexent平台提供了丰富的本地工具,帮助智能体完成各种系统
44

55
## 🛠️ 可用工具
66

7-
Nexent预置了一组可以直接复用的本地工具。它们按照能力分为邮件、文件、搜索三大类,Terminal 工具则作为远程 Shell 能力单独提供。下方列出各工具的名称与核心特性,方便在 Agent 中快速定位所需能力。
7+
Nexent预置了一组可以直接复用的本地工具。它们按照能力分为邮件、文件、搜索、多模态三大类,Terminal 工具则作为远程 Shell 能力单独提供。下方列出各工具的名称与核心特性,方便在 Agent 中快速定位所需能力。
88

99
### 📧 邮件工具(Email)
1010

@@ -30,6 +30,12 @@ Nexent预置了一组可以直接复用的本地工具。它们按照能力分
3030
- **tavily_search**:基于 Tavily API 的网页搜索,擅长新闻、实时资讯查询,同时返回文本结果和相关图片 URL,同样支持可选的图片过滤能力,可在 [tavily.com](https://www.tavily.com/) 免费申请 API Key。
3131
- **linkup_search**:使用 Linkup API 获取文本与图片结果,除了普通网页内容,还能返回纯图片结果,适合需要图文混合参考的场景。访问 [linkup.so](https://www.linkup.so/) 注册获取免费的 API Key。
3232

33+
34+
### 🖼️ 多模态工具(Multimodal)
35+
36+
- **analyze_text_file**:基于用户提问和文本文件的s3 url、http url、https url,解析文件并使用大语言模型理解文件,回答用户问题。需要在快速配置页面配置可用的大语言模型。
37+
- **analyze_image**:基于用户提问和图片的s3 url、http url、https url,使用视觉语言模型分析理解图像,回答用户问题。需要在快速配置页面配置可用的视觉语言模型。
38+
3339
### 🖥️ Terminal工具
3440

3541
**Terminal工具** 是 Nexent 平台的核心本地工具之一,提供持久化 SSH 会话能力,可在 Agent 中执行远程命令、进行系统巡检、读取日志或部署服务。详细的部署、参数和安全指引请查看专门的 [Terminal 使用手册](./terminal-tool.md)

0 commit comments

Comments
 (0)