Interface: CausalProofTreeDto
@kortexya/reasoninglayer / Causal / CausalProofTreeDto
Interface: CausalProofTreeDto
Defined in: src/types/causal.ts:82
Complete proof tree for a causal query.
Properties
dotFormat?
optionaldotFormat:string|null
Defined in: src/types/causal.ts:84
DOT format for visualization.
nodes
nodes:
ProofNodeDto[]
Defined in: src/types/causal.ts:86
All nodes in the tree.
rootId?
optionalrootId:string|null
Defined in: src/types/causal.ts:88
Root node ID.
statistics
statistics:
ProofStatisticsDto
Defined in: src/types/causal.ts:90
Summary statistics.