AxUsable
Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/dsp/types.ts#L385
Extended by
Methods
getChatLog()
getChatLog(): readonly AxChatLogEntry[];Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/dsp/types.ts#L387
Returns
readonly AxChatLogEntry[]
getUsage()
getUsage():
| AxModelUsage & object[]
| AxAgentUsage;Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/dsp/types.ts#L386
Returns
| AxModelUsage & object[]
| AxAgentUsage
resetUsage()
resetUsage(): void;Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/dsp/types.ts#L388
Returns
void