diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.ILeMURClient.GetLemurResponse.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.ILeMURClient.GetLemurResponse.g.cs index 9ade059..ee6629c 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.ILeMURClient.GetLemurResponse.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.ILeMURClient.GetLemurResponse.g.cs @@ -6,7 +6,6 @@ public partial interface ILeMURClient { /// /// Retrieve LeMUR response
- /// <Warning>LeMUR is currently not available on the EU endpoint.</Warning>
/// Retrieve a LeMUR response that was previously generated. ///
/// diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.ILeMURClient.LemurQuestionAnswer.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.ILeMURClient.LemurQuestionAnswer.g.cs index 375e3c6..779d7ab 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.ILeMURClient.LemurQuestionAnswer.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.ILeMURClient.LemurQuestionAnswer.g.cs @@ -6,7 +6,6 @@ public partial interface ILeMURClient { /// /// Ask questions using LeMUR
- /// <Warning>LeMUR is currently not available on the EU endpoint.</Warning>
/// Question & Answer allows you to ask free-form questions about a single transcript or a group of transcripts.
/// The questions can be any whose answers you find useful, such as judging whether a caller is likely to become a customer or whether all items on a meeting's agenda were covered. ///
@@ -19,7 +18,6 @@ public partial interface ILeMURClient /// /// Ask questions using LeMUR
- /// <Warning>LeMUR is currently not available on the EU endpoint.</Warning>
/// Question & Answer allows you to ask free-form questions about a single transcript or a group of transcripts.
/// The questions can be any whose answers you find useful, such as judging whether a caller is likely to become a customer or whether all items on a meeting's agenda were covered. ///
diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.ILeMURClient.LemurSummary.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.ILeMURClient.LemurSummary.g.cs index 1588ce3..8cfafef 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.ILeMURClient.LemurSummary.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.ILeMURClient.LemurSummary.g.cs @@ -6,7 +6,6 @@ public partial interface ILeMURClient { /// /// Summarize a transcript using LeMUR
- /// <Warning>LeMUR is currently not available on the EU endpoint.</Warning>
/// Custom Summary allows you to distill a piece of audio into a few impactful sentences.
/// You can give the model context to obtain more targeted results while outputting the results in a variety of formats described in human language. ///
@@ -19,7 +18,6 @@ public partial interface ILeMURClient /// /// Summarize a transcript using LeMUR
- /// <Warning>LeMUR is currently not available on the EU endpoint.</Warning>
/// Custom Summary allows you to distill a piece of audio into a few impactful sentences.
/// You can give the model context to obtain more targeted results while outputting the results in a variety of formats described in human language. ///
diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.ILeMURClient.LemurTask.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.ILeMURClient.LemurTask.g.cs index 3efabfd..30b60f6 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.ILeMURClient.LemurTask.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.ILeMURClient.LemurTask.g.cs @@ -6,7 +6,6 @@ public partial interface ILeMURClient { /// /// Run a task using LeMUR
- /// <Warning>LeMUR is currently not available on the EU endpoint.</Warning>
/// Use the LeMUR task endpoint to input your own LLM prompt. ///
/// @@ -18,7 +17,6 @@ public partial interface ILeMURClient /// /// Run a task using LeMUR
- /// <Warning>LeMUR is currently not available on the EU endpoint.</Warning>
/// Use the LeMUR task endpoint to input your own LLM prompt. ///
/// The token to cancel the operation with diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.ILeMURClient.PurgeLemurRequestData.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.ILeMURClient.PurgeLemurRequestData.g.cs index 774998f..48c76f7 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.ILeMURClient.PurgeLemurRequestData.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.ILeMURClient.PurgeLemurRequestData.g.cs @@ -6,7 +6,6 @@ public partial interface ILeMURClient { /// /// Purge LeMUR request data
- /// <Warning>LeMUR is currently not available on the EU endpoint.</Warning>
/// Delete the data for a previously submitted LeMUR request.
/// The LLM response data, as well as any context provided in the original request will be removed. ///
diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.GetLemurResponse.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.GetLemurResponse.g.cs index 1a82503..82cfda1 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.GetLemurResponse.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.GetLemurResponse.g.cs @@ -23,7 +23,6 @@ partial void ProcessGetLemurResponseResponseContent( /// /// Retrieve LeMUR response
- /// <Warning>LeMUR is currently not available on the EU endpoint.</Warning>
/// Retrieve a LeMUR response that was previously generated. ///
/// diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurQuestionAnswer.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurQuestionAnswer.g.cs index 3f6c60d..3fcc045 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurQuestionAnswer.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurQuestionAnswer.g.cs @@ -23,7 +23,6 @@ partial void ProcessLemurQuestionAnswerResponseContent( /// /// Ask questions using LeMUR
- /// <Warning>LeMUR is currently not available on the EU endpoint.</Warning>
/// Question & Answer allows you to ask free-form questions about a single transcript or a group of transcripts.
/// The questions can be any whose answers you find useful, such as judging whether a caller is likely to become a customer or whether all items on a meeting's agenda were covered. ///
@@ -356,7 +355,6 @@ partial void ProcessLemurQuestionAnswerResponseContent( /// /// Ask questions using LeMUR
- /// <Warning>LeMUR is currently not available on the EU endpoint.</Warning>
/// Question & Answer allows you to ask free-form questions about a single transcript or a group of transcripts.
/// The questions can be any whose answers you find useful, such as judging whether a caller is likely to become a customer or whether all items on a meeting's agenda were covered. ///
diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurSummary.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurSummary.g.cs index 15ecf17..3d4a07e 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurSummary.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurSummary.g.cs @@ -23,7 +23,6 @@ partial void ProcessLemurSummaryResponseContent( /// /// Summarize a transcript using LeMUR
- /// <Warning>LeMUR is currently not available on the EU endpoint.</Warning>
/// Custom Summary allows you to distill a piece of audio into a few impactful sentences.
/// You can give the model context to obtain more targeted results while outputting the results in a variety of formats described in human language. ///
@@ -356,7 +355,6 @@ partial void ProcessLemurSummaryResponseContent( /// /// Summarize a transcript using LeMUR
- /// <Warning>LeMUR is currently not available on the EU endpoint.</Warning>
/// Custom Summary allows you to distill a piece of audio into a few impactful sentences.
/// You can give the model context to obtain more targeted results while outputting the results in a variety of formats described in human language. ///
diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurTask.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurTask.g.cs index 094d7b9..61a3254 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurTask.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.LemurTask.g.cs @@ -23,7 +23,6 @@ partial void ProcessLemurTaskResponseContent( /// /// Run a task using LeMUR
- /// <Warning>LeMUR is currently not available on the EU endpoint.</Warning>
/// Use the LeMUR task endpoint to input your own LLM prompt. ///
/// @@ -355,7 +354,6 @@ partial void ProcessLemurTaskResponseContent( /// /// Run a task using LeMUR
- /// <Warning>LeMUR is currently not available on the EU endpoint.</Warning>
/// Use the LeMUR task endpoint to input your own LLM prompt. ///
/// The token to cancel the operation with diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.PurgeLemurRequestData.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.PurgeLemurRequestData.g.cs index 79b2383..0861843 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.PurgeLemurRequestData.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.LeMURClient.PurgeLemurRequestData.g.cs @@ -23,7 +23,6 @@ partial void ProcessPurgeLemurRequestDataResponseContent( /// /// Purge LeMUR request data
- /// <Warning>LeMUR is currently not available on the EU endpoint.</Warning>
/// Delete the data for a previously submitted LeMUR request.
/// The LLM response data, as well as any context provided in the original request will be removed. ///
diff --git a/src/libs/AssemblyAI/openapi.yaml b/src/libs/AssemblyAI/openapi.yaml index 3f329e1..ce5d286 100644 --- a/src/libs/AssemblyAI/openapi.yaml +++ b/src/libs/AssemblyAI/openapi.yaml @@ -638,7 +638,6 @@ paths: - LeMUR summary: Run a task using LeMUR description: | - LeMUR is currently not available on the EU endpoint. Use the LeMUR task endpoint to input your own LLM prompt. operationId: lemurTask x-fern-sdk-group-name: lemur @@ -695,7 +694,6 @@ paths: - LeMUR summary: Summarize a transcript using LeMUR description: | - LeMUR is currently not available on the EU endpoint. Custom Summary allows you to distill a piece of audio into a few impactful sentences. You can give the model context to obtain more targeted results while outputting the results in a variety of formats described in human language. operationId: lemurSummary @@ -753,7 +751,6 @@ paths: - LeMUR summary: Ask questions using LeMUR description: | - LeMUR is currently not available on the EU endpoint. Question & Answer allows you to ask free-form questions about a single transcript or a group of transcripts. The questions can be any whose answers you find useful, such as judging whether a caller is likely to become a customer or whether all items on a meeting's agenda were covered. operationId: lemurQuestionAnswer @@ -867,7 +864,6 @@ paths: - LeMUR summary: Retrieve LeMUR response description: | - LeMUR is currently not available on the EU endpoint. Retrieve a LeMUR response that was previously generated. operationId: getLemurResponse x-fern-sdk-group-name: lemur @@ -909,7 +905,6 @@ paths: - LeMUR summary: Purge LeMUR request data description: | - LeMUR is currently not available on the EU endpoint. Delete the data for a previously submitted LeMUR request. The LLM response data, as well as any context provided in the original request will be removed. operationId: purgeLemurRequestData