diff options
Diffstat (limited to 'prettyFormat.go')
| -rw-r--r-- | prettyFormat.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prettyFormat.go b/prettyFormat.go index 8d7ecbd..03602bf 100644 --- a/prettyFormat.go +++ b/prettyFormat.go @@ -56,7 +56,7 @@ func prettyFormatChat(chat *chatpb.Chat) { // printContent handles the wrapping for the main conversational text. func printContent(author, timestamp, content string) { - // Right-align USER messages, left-align GEMINI messages. + // Right-align USER messages, left-align REGEX messages. if author == "USER" { printRightAligned(author, timestamp, content) } else { |
