New AI actions panel. Replaced new command bar.
This commit is contained in:
@@ -9,4 +9,7 @@ public interface IAiHtmlActionHost
|
||||
Task ApplyHtmlResultAsync(string html, CancellationToken cancellationToken);
|
||||
Task<string?> TryGetCachedTranslationHtmlAsync(string languageCode, CancellationToken cancellationToken);
|
||||
Task SaveCachedTranslationHtmlAsync(string languageCode, string html, CancellationToken cancellationToken);
|
||||
Task<string?> TryGetCachedSummaryTextAsync(CancellationToken cancellationToken);
|
||||
Task SaveCachedSummaryTextAsync(string summary, CancellationToken cancellationToken);
|
||||
string GetSuggestedSummaryFileName();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user