Skip to content

Interface: FactConfidenceEntry

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Inference / FactConfidenceEntry

Interface: FactConfidenceEntry

Defined in: src/types/inference.ts:513

A fact confidence entry mapping a term ID to its probability.

Used in TaggedForwardChainRequest to assign initial confidences to facts.

Properties

confidence

confidence: number

Defined in: src/types/inference.ts:517

Confidence value in [0.0, 1.0].


termId

termId: string

Defined in: src/types/inference.ts:515

The term ID of the fact (UUID).