AxPromptMetrics
type AxPromptMetrics = object;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/promptMetrics.ts#L3
Properties
chatContextCharacters
chatContextCharacters: number;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/promptMetrics.ts#L7
exampleChatContextCharacters
exampleChatContextCharacters: number;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/promptMetrics.ts#L5
mutableChatContextCharacters
mutableChatContextCharacters: number;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/promptMetrics.ts#L6
systemPromptCharacters
systemPromptCharacters: number;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/promptMetrics.ts#L4
totalPromptCharacters
totalPromptCharacters: number;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/promptMetrics.ts#L8