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

Schema representing a RealtimeServerEventInputAudioBufferSpeechStarted within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.RealtimeServerEventInputAudioBufferSpeechStarted{
  audio_start_ms: integer(),
  event_id: String.t(),
  item_id: String.t(),
  type: :"input_audio_buffer.speech_started"
}