Interface: RootCauseAnalysisResponse
@kortexya/reasoninglayer / Causal / RootCauseAnalysisResponse
Interface: RootCauseAnalysisResponse
Defined in: src/types/causal.ts:326
Response with root cause analysis.
Properties
causalChains
causalChains:
CausalChainDto[]
Defined in: src/types/causal.ts:328
Causal chains leading to the effect.
effect
effect:
string
Defined in: src/types/causal.ts:330
The effect being analyzed.
rootCauses
rootCauses:
RootCauseDto[]
Defined in: src/types/causal.ts:332
All root causes found.