Skip to content

Interface: KnowledgeGapDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Research / KnowledgeGapDto

Interface: KnowledgeGapDto

Defined in: src/types/research.ts:228

A knowledge gap identified by goal residuation.

Properties

infoGain

infoGain: number

Defined in: src/types/research.ts:232

Information gain score.


neededBy

neededBy: string[]

Defined in: src/types/research.ts:234

Rule head names that need this sort.


sortName

sortName: string

Defined in: src/types/research.ts:230

The sort name that is missing.


suggestedSearchQuery?

optional suggestedSearchQuery: string | null

Defined in: src/types/research.ts:238

Suggested search query.


wakeTrigger

wakeTrigger: string

Defined in: src/types/research.ts:236

What would resolve this gap.