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/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/dsp/types.ts#L303

Type Parameters

Type Parameter
OUT

Properties

delta

TypeScript
delta: Partial<OUT>;

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


index

TypeScript
index: number;

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


partial?

TypeScript
optional partial: OUT;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/dsp/types.ts#L307


version

TypeScript
version: number;

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

Docs