AxBalancerCandidateScore
type AxBalancerCandidateScore = Readonly<{
deadlineMissProbability: number;
estimatedCost: number;
failureProbability: number;
routeKey: string;
score: number;
serviceName: string;
}>;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/balance_adaptive.ts#L98
Sanitized candidate score exposed by the routing event hook.