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

Schema representing a RealtimeServerEventInputAudioBufferSpeechStopped within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.RealtimeServerEventInputAudioBufferSpeechStopped{
  audio_end_ms: integer(),
  event_id: String.t(),
  item_id: String.t(),
  type: :"input_audio_buffer.speech_stopped"
}