interface ToolCallLike {
    args: string;
    callId: string;
    name: string;
}

Properties

Properties

args: string
callId: string
name: string