Interface: SuspendedQueryDto
@kortexya/reasoninglayer / Query / SuspendedQueryDto
Interface: SuspendedQueryDto
Defined in: src/types/query.ts:135
Information about a suspended (residuated) query.
When the search engine cannot fully resolve a query due to missing information, it returns this structure indicating what is needed and how to refine the query.
Properties
confidence
confidence:
number
Defined in: src/types/query.ts:137
Confidence in partial results.
missingInfo
missingInfo:
MissingInfoDto[]
Defined in: src/types/query.ts:139
What information is missing.
resumptionOptions
resumptionOptions:
ResumptionOptionDto[]
Defined in: src/types/query.ts:141
Suggested refinements.