From 72a40ace37de8107593e4622a315f160ee6a1d63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 8 Jul 2025 01:42:20 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Generated/AssemblyAI.Models.LemurBaseParams.g.cs | 8 ++++---- src/libs/AssemblyAI/openapi.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.Models.LemurBaseParams.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.Models.LemurBaseParams.g.cs index bbd9547..305bf57 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.Models.LemurBaseParams.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.Models.LemurBaseParams.g.cs @@ -28,7 +28,7 @@ public sealed partial class LemurBaseParams public required global::AssemblyAI.AnyOf FinalModel { get; set; } = "default"; /// - /// Custom formatted transcript data. Maximum size is the context limit of the selected model, which defaults to 100000.
+ /// Custom formatted transcript data. Maximum size is the context limit of the selected model.
/// Use either transcript_ids or input_text as input into LeMUR. ///
[global::System.Text.Json.Serialization.JsonPropertyName("input_text")] @@ -51,7 +51,7 @@ public sealed partial class LemurBaseParams public float? Temperature { get; set; } /// - /// A list of completed transcripts with text. Up to a maximum of 100 files or 100 hours, whichever is lower.
+ /// A list of completed transcripts with text. Up to a maximum of 100 hours.
/// Use either transcript_ids or input_text as input into LeMUR. ///
[global::System.Text.Json.Serialization.JsonPropertyName("transcript_ids")] @@ -74,7 +74,7 @@ public sealed partial class LemurBaseParams /// Default Value: default /// /// - /// Custom formatted transcript data. Maximum size is the context limit of the selected model, which defaults to 100000.
+ /// Custom formatted transcript data. Maximum size is the context limit of the selected model.
/// Use either transcript_ids or input_text as input into LeMUR. /// /// @@ -88,7 +88,7 @@ public sealed partial class LemurBaseParams /// Default Value: 0F /// /// - /// A list of completed transcripts with text. Up to a maximum of 100 files or 100 hours, whichever is lower.
+ /// A list of completed transcripts with text. Up to a maximum of 100 hours.
/// Use either transcript_ids or input_text as input into LeMUR. /// #if NET7_0_OR_GREATER diff --git a/src/libs/AssemblyAI/openapi.yaml b/src/libs/AssemblyAI/openapi.yaml index cabccd4..194b292 100644 --- a/src/libs/AssemblyAI/openapi.yaml +++ b/src/libs/AssemblyAI/openapi.yaml @@ -5577,7 +5577,7 @@ components: transcript_ids: x-label: Transcript IDs description: | - A list of completed transcripts with text. Up to a maximum of 100 files or 100 hours, whichever is lower. + A list of completed transcripts with text. Up to a maximum of 100 hours. Use either transcript_ids or input_text as input into LeMUR. type: array items: @@ -5587,7 +5587,7 @@ components: input_text: x-label: Input text description: | - Custom formatted transcript data. Maximum size is the context limit of the selected model, which defaults to 100000. + Custom formatted transcript data. Maximum size is the context limit of the selected model. Use either transcript_ids or input_text as input into LeMUR. type: string context: