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

AxContextScenario

TypeScript
type AxContextScenario = object;

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

Properties

contextFields

TypeScript
contextFields: string[];

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


description

TypeScript
description: string;

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


executorTurns

TypeScript
executorTurns: AxScriptedTurn[];

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

Ordered code payloads the mock returns for each EXECUTOR turn.


input

TypeScript
input: Record<string, unknown>;

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


maxTurns

TypeScript
maxTurns: number;

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


name

TypeScript
name: string;

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


signature

TypeScript
signature: string;

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

Docs