Resolve a pending assistant action with streaming.
Resolve a pending action and stream the resumed assistant turn as server-sent events.
Authorizations
Bearer JWT token or API Key (sk-*).
Body
Resolution decision for the pending action.
approve, approve_all_for_turn, reject, submit Optional approval item id when resolving one item from a multi-approval action.
128Optional free-text response for clarification or correction context.
4000Optional structured payload for clarification answers or action metadata.
Allow the Assistant turn to continue after the client disconnects. Defaults to false unless the operation states otherwise.
Optional execution model identifier enabled for this instance.
Optional assistant reasoning effort override for the resumed turn: low, medium, high, or xhigh.
low, medium, high, xhigh Alias for reasoningEffort used by assistant preferences. Prefer reasoningEffort for new clients.
low, medium, high, xhigh Execution mode override for the resumed turn after this action is resolved.
interactive, execute, background, automation Planning policy for the turn. standard can create and show progress; review_required creates a user-reviewed plan before execution.
standard, review_required Optional operational tool names admitted for the resumed turn. Omit to keep the current thread admission; pass an empty array to admit no tools for direct-answer continuation.
Optional additional registry plugin ids attached to the resumed turn.
Response
Pending action resolved with streaming continuation.

