Skip to content

Interface: OntologyRagResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / RAG / OntologyRagResponse

Interface: OntologyRagResponse

Defined in: src/types/rag.ts:206

Response from the Ontology RAG endpoint.

Properties

dependents

dependents: DependentInfoDto[]

Defined in: src/types/rag.ts:208

Concepts that depend on primary concepts.


prerequisites

prerequisites: PrerequisiteInfoDto[]

Defined in: src/types/rag.ts:210

Prerequisites of primary concepts.


primaryConcepts

primaryConcepts: ConceptMatchDto[]

Defined in: src/types/rag.ts:212

Primary concepts matching the query.


related: RelatedInfoDto[]

Defined in: src/types/rag.ts:214

Related concepts (lateral exploration).


stats

stats: OntologyRagStatsDto

Defined in: src/types/rag.ts:216

Query statistics.