summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doOutput.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doOutput.go b/doOutput.go
index 9bd5169..b175999 100644
--- a/doOutput.go
+++ b/doOutput.go
@@ -40,7 +40,7 @@ func doOutput(s string) {
// If the "auto" chat is found, add the new entry.
if autoChat != nil {
newEntry := &chatpb.ChatEntry{
- From: chatpb.Who_GEMINI, // Or USER, depending on context
+ From: chatpb.Who_GEMINI,
Content: s,
}
autoChat.Entries = append(autoChat.Entries, newEntry)