View Source ExOpenAI.Components.RealtimeClientEventResponseCreate (ex_openai.ex v1.8.0)

Schema representing a RealtimeClientEventResponseCreate within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.RealtimeClientEventResponseCreate{
  event_id: String.t() | nil,
  response: ExOpenAI.Components.RealtimeResponseCreateParams.t() | nil,
  type: :"response.create"
}