Update function comment for SanitizeMessageContent

This commit is contained in:
美電球 2026-02-27 20:20:25 +08:00 committed by GitHub
parent 440ce617a3
commit a6da1b5905

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 {