Skip to content

TurnCapture

A single captured model call within a turn.

callIndex: number

Which model call in this turn (0-based).


input: Message[]

Messages sent to the model (snapshot taken before the call).


response: ModelResponse

Model response returned after the call.