Interface: DocumentProofStep
@kortexya/reasoninglayer / Documents / DocumentProofStep
Interface: DocumentProofStep
Defined in: src/types/documents.ts:60
One reasoning step in a rule’s proof trace.
Properties
confidence
confidence:
number
Defined in: src/types/documents.ts:66
Confidence at this step (0.0-1.0).
description
description:
string
Defined in: src/types/documents.ts:64
Human-readable description of the step.
ruleUsed?
optionalruleUsed:string|null
Defined in: src/types/documents.ts:68
Rule or fact used at this step.
stepType
stepType:
string
Defined in: src/types/documents.ts:62
Step type (e.g. “backward_chain”, “unification”, “fact_match”).