From e756801c5103dd9731b38f80ec07672e15239569 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Jun 2026 14:37:32 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Generated/Inworld.Models.TranscribeConfig.g.cs | 12 ++++++++---- ...ld.Realtime.Models.SttTranscribeConfigParams.g.cs | 6 ++++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/libs/Inworld/Generated/Inworld.Models.TranscribeConfig.g.cs b/src/libs/Inworld/Generated/Inworld.Models.TranscribeConfig.g.cs index 6cd0771..6e48fd6 100644 --- a/src/libs/Inworld/Generated/Inworld.Models.TranscribeConfig.g.cs +++ b/src/libs/Inworld/Generated/Inworld.Models.TranscribeConfig.g.cs @@ -9,8 +9,10 @@ namespace Inworld public sealed partial class TranscribeConfig { /// - /// Provider-qualified model ID, e.g. `inworld/inworld-stt-v1`,
- /// `groq/whisper-large-v3`, or `assemblyai/universal-2`. + /// Provider-qualified model ID, e.g. `inworld/inworld-stt-1`,
+ /// `deepgram/flux-general-en`, `deepgram/flux-general-multi`,
+ /// `soniox/stt-rt-v5`, `groq/whisper-large-v3`, or
+ /// `assemblyai/universal-2`. ///
[global::System.Text.Json.Serialization.JsonPropertyName("modelId")] public string? ModelId { get; set; } @@ -62,8 +64,10 @@ public sealed partial class TranscribeConfig /// Initializes a new instance of the class. /// /// - /// Provider-qualified model ID, e.g. `inworld/inworld-stt-v1`,
- /// `groq/whisper-large-v3`, or `assemblyai/universal-2`. + /// Provider-qualified model ID, e.g. `inworld/inworld-stt-1`,
+ /// `deepgram/flux-general-en`, `deepgram/flux-general-multi`,
+ /// `soniox/stt-rt-v5`, `groq/whisper-large-v3`, or
+ /// `assemblyai/universal-2`. /// /// /// Audio encoding used for STT input. diff --git a/src/libs/Inworld/Generated/Inworld.Realtime.Models.SttTranscribeConfigParams.g.cs b/src/libs/Inworld/Generated/Inworld.Realtime.Models.SttTranscribeConfigParams.g.cs index ee7741c..c57793f 100644 --- a/src/libs/Inworld/Generated/Inworld.Realtime.Models.SttTranscribeConfigParams.g.cs +++ b/src/libs/Inworld/Generated/Inworld.Realtime.Models.SttTranscribeConfigParams.g.cs @@ -9,7 +9,7 @@ namespace Inworld.Realtime public sealed partial class SttTranscribeConfigParams { /// - /// + /// | /// [global::System.Text.Json.Serialization.JsonPropertyName("modelId")] public string? ModelId { get; set; } @@ -95,7 +95,9 @@ public sealed partial class SttTranscribeConfigParams /// /// Initializes a new instance of the class. /// - /// + /// + /// | + /// /// /// ///