diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.Models.TranscriptOptionalParams.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.Models.TranscriptOptionalParams.g.cs index 808075b..aac36c0 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.Models.TranscriptOptionalParams.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.Models.TranscriptOptionalParams.g.cs @@ -106,8 +106,7 @@ public sealed partial class TranscriptOptionalParams public bool? IabCategories { get; set; } /// - /// <Warning>`keyterms_prompt` is only supported when the `speech_model` is specified as `slam-1`</Warning>
- /// Improve accuracy with up to 1000 domain-specific words or phrases (maximum 6 words per phrase). + /// Improve accuracy with up to 200 (for Universal) or 1000 (for Slam-1) domain-specific words or phrases (maximum 6 words per phrase). ///
[global::System.Text.Json.Serialization.JsonPropertyName("keyterms_prompt")] public global::System.Collections.Generic.IList? KeytermsPrompt { get; set; } @@ -348,8 +347,7 @@ public sealed partial class TranscriptOptionalParams /// Default Value: false /// /// - /// <Warning>`keyterms_prompt` is only supported when the `speech_model` is specified as `slam-1`</Warning>
- /// Improve accuracy with up to 1000 domain-specific words or phrases (maximum 6 words per phrase). + /// Improve accuracy with up to 200 (for Universal) or 1000 (for Slam-1) domain-specific words or phrases (maximum 6 words per phrase). /// /// /// The language of your audio file. Possible values are found in [Supported Languages](https://www.assemblyai.com/docs/concepts/supported-languages).
diff --git a/src/libs/AssemblyAI/openapi.yaml b/src/libs/AssemblyAI/openapi.yaml index 892eadd..2e03c81 100644 --- a/src/libs/AssemblyAI/openapi.yaml +++ b/src/libs/AssemblyAI/openapi.yaml @@ -1474,8 +1474,7 @@ components: keyterms_prompt: x-label: Keyterms prompt description: | - `keyterms_prompt` is only supported when the `speech_model` is specified as `slam-1` - Improve accuracy with up to 1000 domain-specific words or phrases (maximum 6 words per phrase). + Improve accuracy with up to 200 (for Universal) or 1000 (for Slam-1) domain-specific words or phrases (maximum 6 words per phrase). type: array items: x-label: Keyterm