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/5b28f9093bb70863b59459bb6df5062d005bce41/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/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/optimizers/axGenAdapter.ts#L11


error?

TypeScript
optional error: string;

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


output?

TypeScript
optional output: Out;

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

Docs