continue_conversation
Resume an existing GPT-5 conversation by sending a new message with the conversation ID. Manage token limits and budget controls for continued interactions.
Instructions
Continue an existing conversation with GPT-5
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stream | No | Enable streaming mode (server aggregates, client still returns final text) | |
| message | Yes | The message to send in the conversation | |
| max_tokens | No | Optional cap for this single response | |
| budget_limit | No | Set or override per-conversation budget in USD | |
| conversation_id | Yes | The ID of the conversation to continue | |
| confirm_spending | No | User confirmation to proceed with spending if budget is tight |