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/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/dsp/functions.ts#L130

Properties

args

TypeScript
args: string;

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


id

TypeScript
id: string;

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


name

TypeScript
name: string;

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

Docs