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

Properties

Properties

function: FunctionCall
id: string
type: "function"