Interface: RootCauseDto
@kortexya/reasoninglayer / Causal / RootCauseDto
Interface: RootCauseDto
Defined in: src/types/causal.ts:32
A root cause with its causal path.
Properties
cause
cause:
string
Defined in: src/types/causal.ts:34
The root cause variable.
certainty
certainty:
number
Defined in: src/types/causal.ts:36
Chain certainty (0.0 to 1.0).
path
path:
string[]
Defined in: src/types/causal.ts:38
Full path from cause to effect.
via?
optionalvia:string|null
Defined in: src/types/causal.ts:40
The intermediate variable (via).