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

Type Parameters

Type Parameter
OUT

Properties

results

TypeScript
results: readonly object[];

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


type

TypeScript
type: "fields";

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

Docs