Skip to content

Commit 7f76c1b

Browse files
committed
fix: configuration
1 parent 4b4c9d9 commit 7f76c1b

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

config.yaml.full

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ tool:
6161
tool_id: #https://console.volcengine.com/ACEP
6262
- # `product_id`-`pod_id_1`
6363
- # `product_id`-`pod_id_1`
64+
# [optional] for Vod Tool https://console.volcengine.com/vod
65+
vod:
66+
groups:
67+
timeout: 10.0
6468

6569
las:
6670
url: #mcp sse url

docs/docs/configuration.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,20 @@ volcengine:
5151

5252
统一前缀: `TOOL_`
5353

54-
| 子类 | 环境变量名称 | 释义 |
55-
| ---------- | ---------------------- | ---- |
56-
| VeSearch | `TOOL_VESEARCH_ENDPOINT` | 火山引擎搜索机器人 ID(bot_id) |
57-
| | `TOOL_VESEARCH_API_KEY` | 火山引擎搜索服务密钥 |
58-
| WebScraper | `TOOL_WEB_SCRAPER_ENDPOINT` | WebScraper 端点 |
59-
| | `TOOL_WEB_SCRAPER_API_KEY` | WebScraper 密钥(token) |
60-
| Lark | `TOOL_LARK_ENDPOINT` | Lark 应用 ID(app_id) |
54+
| 子类 | 环境变量名称 | 释义 |
55+
|------------| ---------------------- |-----------------------|
56+
| VeSearch | `TOOL_VESEARCH_ENDPOINT` | 火山引擎搜索机器人 ID(bot_id) |
57+
| | `TOOL_VESEARCH_API_KEY` | 火山引擎搜索服务密钥 |
58+
| WebScraper | `TOOL_WEB_SCRAPER_ENDPOINT` | WebScraper 端点 |
59+
| | `TOOL_WEB_SCRAPER_API_KEY` | WebScraper 密钥(token) |
60+
| Lark | `TOOL_LARK_ENDPOINT` | Lark 应用 ID(app_id) |
6161
| | `TOOL_LARK_API_KEY` | Lark 应用密钥(app_secret) |
62-
| | `TOOL_LARK_TOKEN` | Lark 用户 token |
62+
| | `TOOL_LARK_TOKEN` | Lark 用户 token |
6363
| LAS | `TOOL_LAS_URL` | LAS SSE 服务地址(含 token) |
64-
| | `TOOL_LAS_DATASET_ID` | LAS 数据集 ID |
64+
| | `TOOL_LAS_DATASET_ID` | LAS 数据集 ID |
65+
| VOD | `TOOL_VOD_GROUPS` | 视频编辑能力组 |
66+
| | `TOOL_VOD_TIMEOUT` | VOD工具连接超时时长 |
67+
6568

6669
### 数据库类
6770

docs/docs/tools/builtin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ VeADK 集成了以下火山引擎工具:
613613
- 注:视频云工具不支持Space的创建,请在火山视频云控制台提前创建[视频云空间](https://console.volcengine.com/vod/region:vod+cn-north-1/overview/)
614614

615615

616-
=== "代码"
616+
=== "Python"
617617

618618
```python
619619
import asyncio

0 commit comments

Comments
 (0)