AxModelUsage
type AxModelUsage = object;
Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/types.ts#L147
Properties
ai
ai: string;
Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/types.ts#L148
citations?
optional citations: AxCitation[];
Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/types.ts#L151
model
model: string;
Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/types.ts#L149
tokens?
optional tokens: AxTokenUsage;
Defined in: https://github.com/ax-llm/ax/blob/0aa4aa2ceed1ba61106711baed6ce962cf2eb604/src/ax/ai/types.ts#L150