subagent_config_set
Configure Subagent providers by saving API key and base URL to a config file for persistent use.
Instructions
设置 Subagent 提供商的 API 配置(持久化保存)
此工具将 API 密钥和基础 URL 保存到配置文件中,下次启动时自动加载。 配置文件位置:~/.subagent_config.json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | 提供商名称,支持: "openai", "anthropic" | |
| api_key | Yes | API 密钥 | |
| api_base | No | API 基础 URL(可选) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |