Skip to content

Interface: CausalAssumptionDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Causal / CausalAssumptionDto

Interface: CausalAssumptionDto

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

One assumption consumed by an identification result.

Remarks

Every identification answer carries its full assumption ledger — nothing the result depends on is left implicit.

Properties

detail

detail: object

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

Structured detail (kind-specific parameters).


kind

kind: string

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

Stable kind tag (e.g. no_unmeasured_confounding_given).


source

source: string

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

Provenance: graph_derived, caller_asserted, or data_diagnostic.


testable

testable: boolean

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

Whether a refutation suite can test it from data.