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

Type Parameters

Type Parameter
OUT

Properties

results

TypeScript
results: readonly object[];

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


type

TypeScript
type: "fields";

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

Docs