Await Pending Response
convoawaitWait for a pending response after a conversation reply timeout. Use session ID to resume waiting without resending the message.
Instructions
Wait for a pending response from Riley after a convoreply timeout.
šÆ USE THIS TOOL WHEN: convoreply returned a timeout error. This allows you to continue waiting for the response without resending the message.
REQUIRES:
session_id: from convoopen response
OPTIONAL:
message_id: if known (from convoreply timeout error)
timeout (integer): seconds to wait. For Cursor, use 50 (default). Max 55.
Returns the same format as convoreply when successful.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Max seconds to wait. Default 50, max 55. | |
| message_id | No | Optional message ID from a convoreply timeout error. Not required for normal turn-based flow. | |
| session_id | Yes | Session ID from convoopen ā pass back EXACTLY as returned, including the ?token=... suffix (format: sess_v2_*?token=*). The suffix is part of the session credential; never strip it when summarizing. |