update_agent
Update an agent's configuration: modify webhook URL, secret, format, name, or email. Disable webhook push by setting webhook_url to null.
Instructions
更新当前 Agent 配置。可更新 Webhook 地址、密钥、格式、名称、邮箱。设置 webhook_url 为 null 可关闭 Webhook 推送。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_url | No | Webhook 推送地址(null 关闭) | |
| webhook_secret | No | Webhook 认证密钥 | |
| webhook_format | No | Webhook 格式 | |
| agent_name | No | 新名称 | |
| contact_email | No | 新邮箱 |