Emitted when an MCP tool call has failed.

interface ResponseMcpCallFailedEvent {
    sequence_number: number;
    type: "response.mcp_call.failed";
}

Properties

sequence_number: number

The sequence number of this event.

type: "response.mcp_call.failed"

The type of the event. Always 'response.mcp_call.failed'.