Skip to main content
POST
Resume or stop a chat turn paused by a large-edit continue prompt.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null

Path Parameters

session_id
string
required

Body

application/json

Resume or stop a chat turn that paused to ask whether to continue.

job_id
string
required

Job ID awaiting a continue decision.

continue
boolean
required

True to resume with a fresh budget; false to stop here (work so far is kept).

Response

Successful Response