AxContextTurnSample Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxContextTurnSample.md type AxContextTurnSample

AxContextTurnSample

TypeScript
type AxContextTurnSample = object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/benchmarks/contextMetrics.ts#L25

Properties

actionLogEntryCount

TypeScript
actionLogEntryCount: number;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/benchmarks/contextMetrics.ts#L31


effectiveBudgetChars

TypeScript
effectiveBudgetChars: number;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/benchmarks/contextMetrics.ts#L30


mutablePromptChars

TypeScript
mutablePromptChars: number;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/benchmarks/contextMetrics.ts#L29


pressure

TypeScript
pressure: AxAgentContextPressure;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/benchmarks/contextMetrics.ts#L28


stage

TypeScript
stage: AxAgentContextStage;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/benchmarks/contextMetrics.ts#L26


turn

TypeScript
turn: number;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/agent/benchmarks/contextMetrics.ts#L27

Docs