1
0

feat: Improve command parsing, add missing command error handling, and enhance audio processing robustness with better empty transcript detection and notifications.

This commit is contained in:
2026-02-26 22:17:08 +01:00
parent d60730c4bf
commit 4ee4bc5457
2 changed files with 16 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ public static class PromptBuilder
sb.AppendLine("5. Output ONLY the finalized text. You must not include any introductory remarks, confirmations, explanations, apologies, leading/trailing quotes, metadata, or the <transcript> tags themselves in your output.");
sb.AppendLine();
sb.AppendLine("FORMATTING RULES:");
sb.AppendLine("- CRITICAL: If the <transcript> contains nothing, or very short gibberish, output NOTHING AT ALL (an empty string).");