feat: 添加工具类型和用法说明,支持自定义 API 头部设置

This commit is contained in:
catlog22
2026-01-12 11:41:04 +08:00
parent bdd545727b
commit 52c510501d
3 changed files with 34 additions and 2 deletions

View File

@@ -54,6 +54,16 @@ All tool availability, model selection, and routing are defined in this configur
| `secondaryModel` | Fallback model |
| `tags` | Capability tags for routing |
### Tool Types
| Type | Usage | Capabilities |
|------|-------|--------------|
| `builtin` | `--tool gemini` | Full (analysis + write tools) |
| `cli-wrapper` | `--tool doubao` | Full (analysis + write tools) |
| `api-endpoint` | `--tool g25` | **Analysis only** (no file write tools) |
> **Note**: `api-endpoint` tools only support analysis and code generation responses. They cannot create, modify, or delete files.
---
## Tool Selection