New AI actions panel. Replaced new command bar.
This commit is contained in:
@@ -69,6 +69,16 @@ public interface IMimeFileService
|
||||
/// </summary>
|
||||
Task SaveTranslatedHtmlAsync(Guid accountId, Guid fileId, string targetLanguage, string html, CancellationToken cancellationToken = default);
|
||||
|
||||
/// <summary>
|
||||
/// Returns cached summary text for the given mime resource if it exists.
|
||||
/// </summary>
|
||||
Task<string> GetSummaryTextAsync(Guid accountId, Guid fileId, CancellationToken cancellationToken = default);
|
||||
|
||||
/// <summary>
|
||||
/// Saves summary text for the given mime resource.
|
||||
/// </summary>
|
||||
Task SaveSummaryTextAsync(Guid accountId, Guid fileId, string summary, CancellationToken cancellationToken = default);
|
||||
|
||||
/// <summary>
|
||||
/// Prepares the final model containing rendering details.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user