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