Files
2026-07-13 12:35:20 +08:00

12 lines
186 B
HTTP

### 调用 Coze 工具
POST http://localhost:9999/api/tools/call
Content-Type: application/json
{
"serviceName": "coze",
"toolName": "today",
"args": {
"city": "杭州"
}
}