Interfaces

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

readonly basis: Basis

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


expect?

readonly optional expect?: Expect

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


iteration

readonly iteration: number

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


kind

readonly kind: "basis"

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


malformed?

readonly optional malformed?: 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?

readonly optional predicts?: string

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


proposition?

readonly optional proposition?: 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

readonly toolCallId: string

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


toolName

readonly toolName: string

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

On this page