AxChatResponseFunctionCall
type AxChatResponseFunctionCall = object;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/dsp/functions.ts#L132
Properties
args
args: string;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/dsp/functions.ts#L135
id
id: string;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/dsp/functions.ts#L133
name
name: string;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/dsp/functions.ts#L134