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/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/agent/benchmarks/contextMetrics.ts#L25

Properties

actionLogEntryCount

TypeScript
actionLogEntryCount: number;

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


effectiveBudgetChars

TypeScript
effectiveBudgetChars: number;

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


mutablePromptChars

TypeScript
mutablePromptChars: number;

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


pressure

TypeScript
pressure: AxAgentContextPressure;

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


stage

TypeScript
stage: AxAgentContextStage;

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


turn

TypeScript
turn: number;

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

Docs