reply_task
Send a message to a task paused for input, allowing it to continue. Use when run_task returns a waiting status.
Instructions
Send a reply to HermitAgent when run_task returned {status:"waiting"}. Return format is the same as run_task (waiting or done).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |