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


name

TypeScript
readonly name: string;

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


result

TypeScript
readonly result: unknown;

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

Docs