Interface: ForecastResponse
@kortexya/reasoninglayer / Forecast / ForecastResponse
Interface: ForecastResponse
Defined in: src/types/forecast.ts:368
The certified-forecast response envelope.
Example
const response: ForecastResponse = await client.forecast.forecastDomain('tierce', request);console.log(response.forecast.outcome);Properties
forecast
forecast:
CertifiedForecast
Defined in: src/types/forecast.ts:370
The certified forecast — a committed prediction or an honest abstention.