Update function comment for SanitizeMessageContent

This commit is contained in:
美電球
2026-02-27 20:20:25 +08:00
committed by GitHub
parent 6fcc80bf44
commit 3ad937f05b
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"unicode"
)
// SanitizeMessage removes Unicode control characters, format characters (RTL overrides,
// SanitizeMessageContent removes Unicode control characters, format characters (RTL overrides,
// zero-width characters), and other non-graphic characters that could confuse an LLM
// or cause display issues in the agent UI.
func SanitizeMessageContent(input string) string {