Skip to content

Interface: DocumentProofStep

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Documents / DocumentProofStep

Interface: DocumentProofStep

Defined in: src/types/documents.ts:49

One reasoning step in a rule’s proof trace.

Properties

confidence

confidence: number

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

Confidence at this step (0.0-1.0).


description

description: string

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

Human-readable description of the step.


ruleUsed?

optional ruleUsed: string | null

Defined in: src/types/documents.ts:57

Rule or fact used at this step.


stepType

stepType: string

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

Step type (e.g. “backward_chain”, “unification”, “fact_match”).