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

Schema representing a RealtimeServerEventResponseCreated within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.RealtimeServerEventResponseCreated{
  event_id: String.t(),
  response: ExOpenAI.Components.RealtimeResponse.t(),
  type: :"response.created"
}