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

AxFunctionCallRecord

TypeScript
type AxFunctionCallRecord = object;

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

Record of a single function call executed during a step.

Properties

args

TypeScript
readonly args: unknown;

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


name

TypeScript
readonly name: string;

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


result

TypeScript
readonly result: unknown;

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

Docs