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/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/dsp/functions.ts#L132

Properties

args

TypeScript
args: string;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/dsp/functions.ts#L135


id

TypeScript
id: string;

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


name

TypeScript
name: string;

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

Docs