Interfaces

UnsupportedValuesContext

Interface: UnsupportedValuesContext

Defined in: src/core/agent/evidence/errors.ts:41

Properties

candidates

readonly candidates: number

Defined in: src/core/agent/evidence/errors.ts:45

How many distinct values the answer had to ground in total.


message

readonly message: string

Defined in: src/core/agent/evidence/errors.ts:49

The full teaching sentence, including what would satisfy the check.


revised

readonly revised: boolean

Defined in: src/core/agent/evidence/errors.ts:47

True when a revision was asked for and the values survived it.


values

readonly values: readonly UnsupportedValue[]

Defined in: src/core/agent/evidence/errors.ts:43

The flagged values, normalized and truncated.

On this page