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

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


name

TypeScript
readonly name: string;

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


result

TypeScript
readonly result: unknown;

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

Docs