Skip to content

Interface: OntologyClarificationQuestionDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ontology / OntologyClarificationQuestionDto

Interface: OntologyClarificationQuestionDto

Defined in: src/types/ontology.ts:6

A clarification question for multi-turn ontology generation.

Properties

choices?

optional choices: unknown[] | null

Defined in: src/types/ontology.ts:8

Allowed choices for the answer (if applicable).


default?

optional default: string | null

Defined in: src/types/ontology.ts:10

Default answer value.


field

field: string

Defined in: src/types/ontology.ts:12

Field name this question relates to.


id

id: string

Defined in: src/types/ontology.ts:14

Unique question identifier.


question

question: string

Defined in: src/types/ontology.ts:16

The question text.


type

type: string

Defined in: src/types/ontology.ts:18

Question type (e.g., “text”, “choice”).