Table of Contents

Class InputAudioBufferCommitRequest

Namespace
OpenAI.Realtime
Assembly
OpenAI-DotNet.dll

Send this event to commit the user input audio buffer, which will create a new user message item in the conversation. This event will produce an error if the input audio buffer is empty. When in Server VAD mode, the client does not need to send this event, the server will commit the audio buffer automatically. Committing the input audio buffer will trigger input audio transcription (if enabled in session configuration), but it will not create a response from the model. The server will respond with an input_audio_buffer.committed event.

public sealed class InputAudioBufferCommitRequest : BaseRealtimeEvent, IClientEvent, IRealtimeEvent
Inheritance
InputAudioBufferCommitRequest
Implements
Inherited Members

Properties

EventId

The unique ID of the server event.

[JsonInclude]
[JsonPropertyName("event_id")]
public override string EventId { get; }

Property Value

string

Type

[JsonInclude]
[JsonPropertyName("type")]
public override string Type { get; protected set; }

Property Value

string