Interface: CommittedForecast
@kortexya/reasoninglayer / Forecast / CommittedForecast
Interface: CommittedForecast
Defined in: src/types/forecast.ts:294
A committed prediction — the domain-shaped body plus its certificate.
Example
if (forecast.outcome === 'committed') { console.log(forecast.domain, forecast.certificate.modelFingerprint);}Properties
body
body:
ForecastBody
Defined in: src/types/forecast.ts:299
The domain-shaped prediction.
certificate
certificate:
ForecastCertificate
Defined in: src/types/forecast.ts:302
The provenance certificate.
domain
domain:
string
Defined in: src/types/forecast.ts:296
Domain name (matches the KB descriptor).