Run Template Async
run_template_asyncLaunch a workflow template in the background and get a task_id immediately, avoiding client request timeouts. Poll with get_task_status for results.
Instructions
异步执行指定模板:立即返回 task_id,执行在后台进行,用 get_task_status 轮询结果。
适用场景:WorkBuddy / Claude Desktop 等客户端对单次工具调用有请求超时限制, 而模板真实执行(多次 LLM 调用)可能超过该限制。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_json | Yes | ||
| template_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||