indexDecision
interface Decision
import { type Decision } from ".";

A Decision for which Action to pursue with an explanation for why it was chosen

Properties

actionReference: ActionReference
explanation: { distribution: readonly { distributedWeight: number; weight: number; actionReference: ActionReference; }[]; pick: number; }