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

AxGenDeltaOut

TypeScript
type AxGenDeltaOut<OUT> = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/types.ts#L278

Type Parameters

Type Parameter
OUT

Properties

delta

TypeScript
delta: Partial<OUT>;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/types.ts#L281


index

TypeScript
index: number;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/types.ts#L280


partial?

TypeScript
optional partial: OUT;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/types.ts#L282


version

TypeScript
version: number;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/types.ts#L279

Docs