reply_task
Send a reply to a waiting HermitAgent task when run_task returns a waiting status. Provide the task ID and message to resume execution and receive the updated result.
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 |