AxAIModelListBase Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAIModelListBase.md type AxAIModelListBase

AxAIModelListBase

TypeScript
type AxAIModelListBase<TModelKey> = object;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L61

Type Parameters

Type Parameter
TModelKey

Properties

description

TypeScript
description: string;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L63


key

TypeScript
key: TModelKey;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L62

Docs