Type Alias MessageToolCall
MessageToolCall: {
function: { arguments: string; name: string } & Record<string, any>;
id: string;
type: "function";
} & Record<string, any>
Type Declaration
-
function: { arguments: string; name: string } & Record<string, any>
-
id: string
-
type: "function"
Representation of the 'MessageToolCall' schema.