Skip to content

Interface: CausalAncestorResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Causal / CausalAncestorResponse

Interface: CausalAncestorResponse

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

Response for causal ancestry check.

Properties

chainCertainty?

optional chainCertainty: number | null

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

Combined certainty through the causal chain.


explanation

explanation: string

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

Explanation of the result.


isAncestor

isAncestor: boolean

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

Whether the ancestor is a causal ancestor of the descendant.


path

path: string[]

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

The causal path from ancestor to descendant (if found).