Interfaces

UnsupportedValue

Interface: UnsupportedValue

Defined in: src/core/agent/evidence/types.ts:105

One value in the answer that no tool result carried.

Properties

shape

readonly shape: string

Defined in: src/core/agent/evidence/types.ts:110

Which rule made it a candidate: 'identifier', 'number', or the name of a declared EvidenceShape.


value

readonly value: string

Defined in: src/core/agent/evidence/types.ts:107

The value as it appeared in the answer, normalized and truncated.

On this page