Resume or stop a large edit that paused to ask whether to continue.
Used with chat_async. A very large edit can pause partway with status=awaiting_approval and metadata.awaiting_kind=‘continue_prompt’ (distinct from HITL change review, which sets metadata.pending_changes). Read metadata.continue_prompt for the message and progress counts, then call this endpoint: continue=true resumes the job (it returns to in_progress and finishes the rest); continue=false stops and keeps the work applied so far. The job may pause again for the next segment, so poll until status=completed.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Path Parameters
Body
Resume or stop a chat job that paused with a large-edit continue prompt.
Response
Successful Response

