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

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


name

TypeScript
readonly name: string;

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


result

TypeScript
readonly result: unknown;

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

Docs