interface ToolCall {
    function: ToolCallFunction;
    id: string;
    type: "function";
}

Properties

Properties

id: string
type: "function"