Request human refinement
nofax_request_refinementRequest free-text refinement from a human via iOS Shortcut. Returns a durable requestId for polling until completion.
Instructions
Ask the human for free-text refinement through the configured Nofax Refine iOS Shortcut. Use this when free-text edits are needed; use nofax_request_approval for Allow/Deny or nofax_request_choice for predefined options. Returns a durable pending requestId; call nofax_wait_for_response and repeat while pending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional refinement prompt title shown to the human; defaults to "Nofax refinement". | |
| message | Yes | Context or draft the human should refine with free text. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | The request is unresolved and must not be treated as approval. | |
| mustWait | Yes | Signals that the caller must keep waiting for a terminal human response. | |
| requestId | Yes | Durable Nofax request handle. | |
| instruction | Yes | Fail-closed next-step instruction for the caller. |