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

Properties

args

TypeScript
args: string;

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


id

TypeScript
id: string;

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


name

TypeScript
name: string;

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

Docs