AxFunctionCallRecord
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
readonly args: unknown;Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/dsp/types.ts#L34
name
readonly name: string;Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/dsp/types.ts#L33
result
readonly result: unknown;Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/dsp/types.ts#L35