Ask the user and wait for a reply
askSend a message to the user's phone and wait for their reply, using their response as the next instruction.
Instructions
Push a message to the user's phone and then block until they reply, returning their reply text. Use it instead of ending your turn when the user is away from the terminal and you need their next instruction or a decision. Treat the returned text as the user's next instruction. Replies sent before this call are ignored.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | What to send. State what you did and what you need from the user, since they answer from a phone. | |
| timeout_seconds | No | How long to wait for a reply (default 240). |