Skip to content

Interface: CausalChainDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Causal / CausalChainDto

Interface: CausalChainDto

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

A complete causal chain from cause to effect.

Properties

certainty

certainty: number

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

Combined certainty through the chain.


chain

chain: string[]

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

Variables in order from cause to effect.


length

length: number

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

Length of the chain.