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