interface ToolCallRaw {
    function: FunctionCallRaw;
    id: string;
    type: "function";
}

Properties

Properties

function: FunctionCallRaw
id: string
type: "function"