AxChatResponseFunctionCall Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxChatResponseFunctionCall.md type AxChatResponseFunctionCall

AxChatResponseFunctionCall

TypeScript
type AxChatResponseFunctionCall = object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/functions.ts#L131

Properties

args

TypeScript
args: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/functions.ts#L134


id

TypeScript
id: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/functions.ts#L132


name

TypeScript
name: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/functions.ts#L133

Docs