Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ public partial interface ILeMURClient
{
/// <summary>
/// Retrieve LeMUR response<br/>
/// &lt;Warning&gt;LeMUR is currently not available on the EU endpoint.&lt;/Warning&gt;<br/>
/// Retrieve a LeMUR response that was previously generated.
/// </summary>
/// <param name="requestId"></param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ public partial interface ILeMURClient
{
/// <summary>
/// Ask questions using LeMUR<br/>
/// &lt;Warning&gt;LeMUR is currently not available on the EU endpoint.&lt;/Warning&gt;<br/>
/// Question &amp; Answer allows you to ask free-form questions about a single transcript or a group of transcripts.<br/>
/// 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.
/// </summary>
Expand All @@ -19,7 +18,6 @@ public partial interface ILeMURClient

/// <summary>
/// Ask questions using LeMUR<br/>
/// &lt;Warning&gt;LeMUR is currently not available on the EU endpoint.&lt;/Warning&gt;<br/>
/// Question &amp; Answer allows you to ask free-form questions about a single transcript or a group of transcripts.<br/>
/// 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.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ public partial interface ILeMURClient
{
/// <summary>
/// Summarize a transcript using LeMUR<br/>
/// &lt;Warning&gt;LeMUR is currently not available on the EU endpoint.&lt;/Warning&gt;<br/>
/// Custom Summary allows you to distill a piece of audio into a few impactful sentences.<br/>
/// You can give the model context to obtain more targeted results while outputting the results in a variety of formats described in human language.
/// </summary>
Expand All @@ -19,7 +18,6 @@ public partial interface ILeMURClient

/// <summary>
/// Summarize a transcript using LeMUR<br/>
/// &lt;Warning&gt;LeMUR is currently not available on the EU endpoint.&lt;/Warning&gt;<br/>
/// Custom Summary allows you to distill a piece of audio into a few impactful sentences.<br/>
/// You can give the model context to obtain more targeted results while outputting the results in a variety of formats described in human language.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ public partial interface ILeMURClient
{
/// <summary>
/// Run a task using LeMUR<br/>
/// &lt;Warning&gt;LeMUR is currently not available on the EU endpoint.&lt;/Warning&gt;<br/>
/// Use the LeMUR task endpoint to input your own LLM prompt.
/// </summary>
/// <param name="request"></param>
Expand All @@ -18,7 +17,6 @@ public partial interface ILeMURClient

/// <summary>
/// Run a task using LeMUR<br/>
/// &lt;Warning&gt;LeMUR is currently not available on the EU endpoint.&lt;/Warning&gt;<br/>
/// Use the LeMUR task endpoint to input your own LLM prompt.
/// </summary>
/// <param name="cancellationToken">The token to cancel the operation with</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ public partial interface ILeMURClient
{
/// <summary>
/// Purge LeMUR request data<br/>
/// &lt;Warning&gt;LeMUR is currently not available on the EU endpoint.&lt;/Warning&gt;<br/>
/// Delete the data for a previously submitted LeMUR request.<br/>
/// The LLM response data, as well as any context provided in the original request will be removed.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ partial void ProcessGetLemurResponseResponseContent(

/// <summary>
/// Retrieve LeMUR response<br/>
/// &lt;Warning&gt;LeMUR is currently not available on the EU endpoint.&lt;/Warning&gt;<br/>
/// Retrieve a LeMUR response that was previously generated.
/// </summary>
/// <param name="requestId"></param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ partial void ProcessLemurQuestionAnswerResponseContent(

/// <summary>
/// Ask questions using LeMUR<br/>
/// &lt;Warning&gt;LeMUR is currently not available on the EU endpoint.&lt;/Warning&gt;<br/>
/// Question &amp; Answer allows you to ask free-form questions about a single transcript or a group of transcripts.<br/>
/// 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.
/// </summary>
Expand Down Expand Up @@ -356,7 +355,6 @@ partial void ProcessLemurQuestionAnswerResponseContent(

/// <summary>
/// Ask questions using LeMUR<br/>
/// &lt;Warning&gt;LeMUR is currently not available on the EU endpoint.&lt;/Warning&gt;<br/>
/// Question &amp; Answer allows you to ask free-form questions about a single transcript or a group of transcripts.<br/>
/// 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.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ partial void ProcessLemurSummaryResponseContent(

/// <summary>
/// Summarize a transcript using LeMUR<br/>
/// &lt;Warning&gt;LeMUR is currently not available on the EU endpoint.&lt;/Warning&gt;<br/>
/// Custom Summary allows you to distill a piece of audio into a few impactful sentences.<br/>
/// You can give the model context to obtain more targeted results while outputting the results in a variety of formats described in human language.
/// </summary>
Expand Down Expand Up @@ -356,7 +355,6 @@ partial void ProcessLemurSummaryResponseContent(

/// <summary>
/// Summarize a transcript using LeMUR<br/>
/// &lt;Warning&gt;LeMUR is currently not available on the EU endpoint.&lt;/Warning&gt;<br/>
/// Custom Summary allows you to distill a piece of audio into a few impactful sentences.<br/>
/// You can give the model context to obtain more targeted results while outputting the results in a variety of formats described in human language.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ partial void ProcessLemurTaskResponseContent(

/// <summary>
/// Run a task using LeMUR<br/>
/// &lt;Warning&gt;LeMUR is currently not available on the EU endpoint.&lt;/Warning&gt;<br/>
/// Use the LeMUR task endpoint to input your own LLM prompt.
/// </summary>
/// <param name="request"></param>
Expand Down Expand Up @@ -355,7 +354,6 @@ partial void ProcessLemurTaskResponseContent(

/// <summary>
/// Run a task using LeMUR<br/>
/// &lt;Warning&gt;LeMUR is currently not available on the EU endpoint.&lt;/Warning&gt;<br/>
/// Use the LeMUR task endpoint to input your own LLM prompt.
/// </summary>
/// <param name="cancellationToken">The token to cancel the operation with</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ partial void ProcessPurgeLemurRequestDataResponseContent(

/// <summary>
/// Purge LeMUR request data<br/>
/// &lt;Warning&gt;LeMUR is currently not available on the EU endpoint.&lt;/Warning&gt;<br/>
/// Delete the data for a previously submitted LeMUR request.<br/>
/// The LLM response data, as well as any context provided in the original request will be removed.
/// </summary>
Expand Down
5 changes: 0 additions & 5 deletions src/libs/AssemblyAI/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,6 @@ paths:
- LeMUR
summary: Run a task using LeMUR
description: |
<Warning>LeMUR is currently not available on the EU endpoint.</Warning>
Use the LeMUR task endpoint to input your own LLM prompt.
operationId: lemurTask
x-fern-sdk-group-name: lemur
Expand Down Expand Up @@ -695,7 +694,6 @@ paths:
- LeMUR
summary: Summarize a transcript using LeMUR
description: |
<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.
operationId: lemurSummary
Expand Down Expand Up @@ -753,7 +751,6 @@ paths:
- LeMUR
summary: Ask questions using LeMUR
description: |
<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.
operationId: lemurQuestionAnswer
Expand Down Expand Up @@ -867,7 +864,6 @@ paths:
- LeMUR
summary: Retrieve LeMUR response
description: |
<Warning>LeMUR is currently not available on the EU endpoint.</Warning>
Retrieve a LeMUR response that was previously generated.
operationId: getLemurResponse
x-fern-sdk-group-name: lemur
Expand Down Expand Up @@ -909,7 +905,6 @@ paths:
- LeMUR
summary: Purge LeMUR request data
description: |
<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.
operationId: purgeLemurRequestData
Expand Down