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