BasisRow
Interface: BasisRow
Defined in: src/core/agent/findings/types.ts:112
The model's basis for ONE tool call, filed before the call runs.
Properties
basis
readonlybasis:Basis
Defined in: src/core/agent/findings/types.ts:117
expect?
readonlyoptionalexpect?:Expect
Defined in: src/core/agent/findings/types.ts:118
iteration
readonlyiteration:number
Defined in: src/core/agent/findings/types.ts:116
kind
readonlykind:"basis"
Defined in: src/core/agent/findings/types.ts:113
malformed?
readonlyoptionalmalformed?:number
Defined in: src/core/agent/findings/types.ts:132
How many entries of the same _findings value splitFindings dropped as
malformed. A count about the emission, present only when non-zero — it is
what findings.declared reports, and the row is the only place a count
about THIS declaration can live (the writer emits from rows alone).
predicts?
readonlyoptionalpredicts?:string
Defined in: src/core/agent/findings/types.ts:125
proposition?
readonlyoptionalproposition?:string
Defined in: src/core/agent/findings/types.ts:124
The declared proposition and prediction, each at most PROPOSITION_CHARS
with any cut stated in the text itself. Present only when declared —
never defaulted, never inferred from the call's arguments.
toolCallId
readonlytoolCallId:string
Defined in: src/core/agent/findings/types.ts:114
toolName
readonlytoolName:string
Defined in: src/core/agent/findings/types.ts:115
