feat: Add Native AOT compilation and source-generated JSON serialization, streamline CLI arguments, and remove translation functionality.
This commit is contained in:
@@ -21,10 +21,7 @@ public static class PromptBuilder
|
||||
sb.AppendLine();
|
||||
sb.AppendLine("FORMATTING RULES:");
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(config.TargetLanguage))
|
||||
{
|
||||
sb.AppendLine($"- CRITICAL: You must translate the text to {config.TargetLanguage} while applying all other formatting rules.");
|
||||
}
|
||||
|
||||
|
||||
if (config.ModulePunctuation)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user