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

AxRolloutTrace

TypeScript
type AxRolloutTrace<Out> = object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/optimizers/axGenAdapter.ts#L10

Type Parameters

Type ParameterDefault type
Outunknown

Properties

calls

TypeScript
calls: AxFunctionCallTrace[];

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/optimizers/axGenAdapter.ts#L11


error?

TypeScript
optional error: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/optimizers/axGenAdapter.ts#L13


output?

TypeScript
optional output: Out;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/optimizers/axGenAdapter.ts#L12

Docs