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


name

TypeScript
readonly name: string;

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


result

TypeScript
readonly result: unknown;

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

Docs