Skip to content

Interface: DependentInfoDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / RAG / DependentInfoDto

Interface: DependentInfoDto

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

A concept that depends on a primary concept.

Properties

canonicalName

canonicalName: string

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

Canonical concept name.


conceptId

conceptId: string

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

Concept term ID.


dependsOn

dependsOn: string

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

ID of the concept this depends on.


evidence

evidence: EvidenceSourceDto

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

Evidence source for this dependency relationship.