View Source ExOpenAI.Components.RealtimeServerEventResponseDone (ex_openai.ex v1.8.0)
Schema representing a RealtimeServerEventResponseDone within the OpenAI API
Summary
Types
@type t() :: %ExOpenAI.Components.RealtimeServerEventResponseDone{ event_id: String.t(), response: ExOpenAI.Components.RealtimeResponse.t(), type: :"response.done" }