feat: Implement a modular skill system with hotword detection, streaming text output, and enhanced logging.
This commit is contained in:
@@ -23,6 +23,7 @@ public static class PromptBuilder
|
||||
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).");
|
||||
sb.AppendLine("- LANGUAGE DETECT: The transcript may be in English or a different language (e.g., Hungarian, Spanish). Detect the language and ensure your output and grammar corrections are STRICTLY in that same language.");
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user