Iron Gorilla Developers

AgentLoopTurnSummary

Summary of one completed model turn.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface AgentLoopTurnSummary

Properties

  • 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.

On this page