chatgpt_get_latest_response
Retrieve the most recent assistant reply from a ChatGPT conversation after a timeout or page reload, without sending a new prompt. Optionally refresh the page or specify a conversation ID to recover the answer.
Instructions
Fetch and recover the latest assistant response (including text, code blocks, and images) from the current or specified conversation without asking a new question. Useful after recovering from a timeout or reload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh_first | No | Whether to reload the page before reading the latest response (default: true). | |
| conversation_id | No | Optional conversation ID or URL to fetch the latest answer from. |