Translation caching. New ai actions panel.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace Wino.Core.Domain.Models.Ai;
|
||||
|
||||
public sealed record AiRewriteModeOption(string Mode, string Label, string Description, bool IsCustom = false);
|
||||
@@ -0,0 +1,3 @@
|
||||
namespace Wino.Core.Domain.Models.Ai;
|
||||
|
||||
public sealed record AiTranslateLanguageOption(string Code, string Label);
|
||||
Reference in New Issue
Block a user