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

AxResultPickerFunctionFieldResults

TypeScript
type AxResultPickerFunctionFieldResults<OUT> = object;

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

Type Parameters

Type Parameter
OUT

Properties

results

TypeScript
results: readonly object[];

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


type

TypeScript
type: "fields";

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

Docs