diff --git a/async-openai/src/types/realtime/session_resource.rs b/async-openai/src/types/realtime/session_resource.rs index dc0d1e70..66097511 100644 --- a/async-openai/src/types/realtime/session_resource.rs +++ b/async-openai/src/types/realtime/session_resource.rs @@ -12,8 +12,6 @@ pub enum AudioFormat { #[derive(Debug, Serialize, Deserialize, Clone)] pub struct AudioTranscription { - /// Whether to enable input audio transcription. - pub enabled: bool, /// The model to use for transcription (e.g., "whisper-1"). pub model: String, }