AxAIModelList
type AxAIModelList<TModelKey> = AxAIModelListBase<TModelKey> &
| {
model: string;
}
| {
embedModel: string;
}[];Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/types.ts#L47
Type Parameters
| Type Parameter |
|---|
TModelKey |