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/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/functions.ts#L129

Properties

args

TypeScript
args: string;

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


id

TypeScript
id: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/functions.ts#L130


name

TypeScript
name: string;

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

Docs