mdr_wait
Block execution until the user completes a review session. Call after submitting all feedback batches; returns status 'done' when the user clicks Done.
Instructions
Block until the user has finished engaging with an mdr_review session. Call this once after you have posted all your feedback batches via mdr_review. Returns when the user clicks Done in the mdr UI. If the wait times out (90s), returns {status:"pending"} — call mdr_wait again with the same sessionId to keep waiting. After this returns {status:"done"}, read the file(s) to see the user's replies, deletions, and resolutions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID returned by mdr_review. |