TurnMetadata
Defined in: src/types.ts:196
End-of-turn metadata.
Properties
config
config:
object
Defined in: src/types.ts:208
Session-level config snapshot for this turn.
maxIterations
maxIterations:
number
thinkingConfig?
optionalthinkingConfig?:ThinkingConfig
iterations
iterations:
number
Defined in: src/types.ts:198
How many LLM inference iterations occurred in this turn.
latencyMs
latencyMs:
number
Defined in: src/types.ts:200
End-to-end wall-clock time for the entire turn (ms).
model
model:
ModelConfig
Defined in: src/types.ts:202
The model used for this turn.
repo
repo:
object
Defined in: src/types.ts:206
Repo state at the time of the turn.
commitish
commitish:
string
url
url:
string
thinkingEffort?
optionalthinkingEffort?:string
Defined in: src/types.ts:204
Thinking effort level the model used (undefined if thinking off).