Interfaces

SemanticClarify

Interface: SemanticClarify

Defined in: src/lib/semantics/types.ts:125

The ask-vs-answer decision, as data. A tool that matched three volumes for one WWN should not pick one silently — it should hand the question and the candidates back, typed, so the loop (or a UI) can ask.

Properties

candidates

readonly candidates: readonly unknown[]

Defined in: src/lib/semantics/types.ts:129

The candidates the question is choosing between. May be empty — an open question is still a question.


question

readonly question: string

Defined in: src/lib/semantics/types.ts:126

On this page