JudgmentRow
Interface: JudgmentRow
Defined in: src/core/agent/findings/types.ts:212
A SECOND SOURCE's reading of one result (9.104.0, .findings({ judge })):
a calibrated classifier (agentfootprint/classify) asked what the result
is worth for the proposition the model declared before the call — or, when
the call declared none, for the user's question (against says which).
Written beside the model's own StandingRow, never merged with it and
never served in its place: foldLedger(...).standingOf stays the model's
reading, foldLedger(...).judgments is the judge's. A disagreement between
the two is a FACT of the record, resolved by nobody.
Every field is the provider's own data or a measurement around the call —
probabilities as sent (never renormalised), confidence as sent,
testsSubject the provider's probability that the result tests the
proposition at all, usage when the provider reported it, latencyMs
measured by the adapter. Nothing here is inferred by the library.
Properties
against
readonlyagainst:"proposition"|"question"
Defined in: src/core/agent/findings/types.ts:221
What the result was judged AGAINST: the call's declared proposition, or the user's question.
clipped?
readonlyoptionalclipped?:true
Defined in: src/core/agent/findings/types.ts:230
Set when the result text was cut at JUDGE_RESULT_CHARS before the judge saw it.
confidence
readonlyconfidence:number
Defined in: src/core/agent/findings/types.ts:224
iteration
readonlyiteration:number
Defined in: src/core/agent/findings/types.ts:232
The iteration whose dispatch landed the result.
judge
readonlyjudge:object
Defined in: src/core/agent/findings/types.ts:219
The classifier's port name and the provider's resolved model string.
model
readonlymodel:string
name
readonlyname:string
kind
readonlykind:"judgment"
Defined in: src/core/agent/findings/types.ts:213
latencyMs
readonlylatencyMs:number
Defined in: src/core/agent/findings/types.ts:228
probabilities
readonlyprobabilities:Readonly<Record<Standing,number>>
Defined in: src/core/agent/findings/types.ts:223
source
readonlysource:"judge"
Defined in: src/core/agent/findings/types.ts:217
standing
readonlystanding:Standing
Defined in: src/core/agent/findings/types.ts:222
testsSubject?
readonlyoptionaltestsSubject?:number
Defined in: src/core/agent/findings/types.ts:226
The provider's probability that the result tests the proposition / question at all.
toolCallId
readonlytoolCallId:string
Defined in: src/core/agent/findings/types.ts:215
The RESULT judged — the tool call's id, the same key StandingRow uses.
toolName
readonlytoolName:string
Defined in: src/core/agent/findings/types.ts:216
usage?
readonlyoptionalusage?:object
Defined in: src/core/agent/findings/types.ts:227
inputTokens
readonlyinputTokens:number
outputTokens
readonlyoutputTokens:number
