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

Schema representing a RealtimeServerEventInputAudioBufferCleared within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.RealtimeServerEventInputAudioBufferCleared{
  event_id: String.t(),
  type: :"input_audio_buffer.cleared"
}