Interfaces

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

readonly iteration: number

Defined in: src/core/agent/findings/types.ts:251


judge

readonly judge: 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

readonly name: string


kind

readonly kind: "judgment-error"

Defined in: src/core/agent/findings/types.ts:242


latencyMs

readonly latencyMs: number

Defined in: src/core/agent/findings/types.ts:250


message

readonly message: string

Defined in: src/core/agent/findings/types.ts:249


source

readonly source: "judge"

Defined in: src/core/agent/findings/types.ts:245


status?

readonly optional status?: number

Defined in: src/core/agent/findings/types.ts:248


toolCallId

readonly toolCallId: string

Defined in: src/core/agent/findings/types.ts:243


toolName

readonly toolName: string

Defined in: src/core/agent/findings/types.ts:244

On this page