AgentLoopTurnSummary
Summary of one completed model turn.
SDK v2026.4.0
Kind: interface
Signature
export interface AgentLoopTurnSummaryProperties
turn(number): Zero-based turn index.toolCalls(AgentLoopToolCall[]): Tool calls executed during the turn.promptTokens(number): Prompt tokens reported for the turn.completionTokens(number): Completion tokens reported for the turn.