Skip to content

Interface: RootCauseWithProofResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Causal / RootCauseWithProofResponse

Interface: RootCauseWithProofResponse

Defined in: src/types/causal.ts:338

Enhanced root cause response with proof tree.

Properties

causalChains

causalChains: CausalChainDto[]

Defined in: src/types/causal.ts:340

Causal chains.


effect

effect: string

Defined in: src/types/causal.ts:342

The effect being analyzed.


proofTree

proofTree: CausalProofTreeDto

Defined in: src/types/causal.ts:344

Proof tree showing how each chain was derived.


rootCauses

rootCauses: RootCauseDto[]

Defined in: src/types/causal.ts:346

Root causes found.