AxBalancerRoutingContext
type AxBalancerRoutingContext<TModelKey> = Readonly<{
model: TModelKey | undefined;
options: | Readonly<AxAIServiceOptions>
| undefined;
}>;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/balance_adaptive.ts#L74
Public, prompt-free context supplied to adaptive routing callbacks.
Type Parameters
| Type Parameter | Default type |
|---|---|
TModelKey | string |