Skip to content

Interface: ProvenanceTagDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Inference / ProvenanceTagDto

Interface: ProvenanceTagDto

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

Confidence/provenance information for a derived fact.

Returned by forward chaining when enable_provenance_tags is true.

Properties

confidence

confidence: number

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

Confidence score (0.0 to 1.0), computed via noisy-OR accumulation of rule certainties.


factIndex

factIndex: number

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

Index into the derived_facts array in the response.