Interface: OntologyClarificationQuestionDto
@kortexya/reasoninglayer / Ontology / OntologyClarificationQuestionDto
Interface: OntologyClarificationQuestionDto
Defined in: src/types/ontology.ts:6
A clarification question for multi-turn ontology generation.
Properties
choices?
optionalchoices:unknown[] |null
Defined in: src/types/ontology.ts:8
Allowed choices for the answer (if applicable).
default?
optionaldefault: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”).