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

Returned when the input audio buffer is cleared by the client with a input_audio_buffer.clear event.

Fields

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

  • :type - required - :"input_audio_buffer.cleared"
    The event type, must be input_audio_buffer.cleared.
    Allowed values: "input_audio_buffer.cleared"

Summary

Types

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