Skip to content

Interface: RootCauseWithProofResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Causal / RootCauseWithProofResponse

Interface: RootCauseWithProofResponse

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

Enhanced root cause response with proof tree.

Properties

causalChains

causalChains: CausalChainDto[]

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

Causal chains.


effect

effect: string

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

The effect being analyzed.


proofTree

proofTree: CausalProofTreeDto

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

Proof tree showing how each chain was derived.


rootCauses

rootCauses: RootCauseDto[]

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

Root causes found.