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/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/types.ts#L302

Type Parameters

Type Parameter
OUT

Properties

delta

TypeScript
delta: Partial<OUT>;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/types.ts#L305


index

TypeScript
index: number;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/types.ts#L304


partial?

TypeScript
optional partial: OUT;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/types.ts#L306


version

TypeScript
version: number;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/types.ts#L303

Docs