View Source ExOpenAI.Components.RealtimeServerEventMCPListToolsFailed (ex_openai.ex v2.0.0-beta2)

Returned when listing MCP tools has failed for an item.

Fields

  • :event_id - required - String.t()
    The unique ID of the server event.

  • :item_id - required - String.t()
    The ID of the MCP list tools item.

  • :type - required - :"mcp_list_tools.failed"
    The event type, must be mcp_list_tools.failed.
    Allowed values: "mcp_list_tools.failed"

Summary

Types

@type t() :: %ExOpenAI.Components.RealtimeServerEventMCPListToolsFailed{
  event_id: String.t(),
  item_id: String.t(),
  type: :"mcp_list_tools.failed"
}