Interface: RefuteEstimateResponse
@kortexya/reasoninglayer / Causal / RefuteEstimateResponse
Interface: RefuteEstimateResponse
Defined in: src/types/causal.ts:1409
The refutation dossier.
Properties
allPassed
allPassed:
boolean
Defined in: src/types/causal.ts:1411
All checks passed.
checks
checks:
RefutationCheckDto[]
Defined in: src/types/causal.ts:1413
The individual checks.
originalEstimate
originalEstimate:
number
Defined in: src/types/causal.ts:1415
The original (unrefuted) point estimate.
reportTermId?
optionalreportTermId:string|null
Defined in: src/types/causal.ts:1420
Psi-term id of the persisted refutation report (when the request named an estimate term to attach it to).