JudgmentErrorRow
Interface: JudgmentErrorRow
Defined in: src/core/agent/findings/types.ts:241
The judge was asked and produced no answer (9.104.0): the provider's status and error text (the PROVIDER's words, not the model's — allowed on the record) and the latency spent. Never a guessed standing: a failed judgment is an absent judgment with a reason.
Properties
iteration
readonlyiteration:number
Defined in: src/core/agent/findings/types.ts:251
judge
readonlyjudge:object
Defined in: src/core/agent/findings/types.ts:247
The classifier's port name; the model string is unknown when the call failed.
name
readonlyname:string
kind
readonlykind:"judgment-error"
Defined in: src/core/agent/findings/types.ts:242
latencyMs
readonlylatencyMs:number
Defined in: src/core/agent/findings/types.ts:250
message
readonlymessage:string
Defined in: src/core/agent/findings/types.ts:249
source
readonlysource:"judge"
Defined in: src/core/agent/findings/types.ts:245
status?
readonlyoptionalstatus?:number
Defined in: src/core/agent/findings/types.ts:248
toolCallId
readonlytoolCallId:string
Defined in: src/core/agent/findings/types.ts:243
toolName
readonlytoolName:string
Defined in: src/core/agent/findings/types.ts:244
