summaryrefslogtreecommitdiff
path: root/helpers.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-24 01:12:21 -0500
committerJeff Carr <[email protected]>2025-08-24 01:12:21 -0500
commite83b6361c1428f6ab19803f3f689f11ce46e1318 (patch)
tree168282c0a92d7e03eb70ece1e2baf9de9b652579 /helpers.go
parent443e5db5ae326ca48a49432df1808ea7c665030f (diff)
s/gemini/regex/
Diffstat (limited to 'helpers.go')
-rw-r--r--helpers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers.go b/helpers.go
index 5c8a630..5385944 100644
--- a/helpers.go
+++ b/helpers.go
@@ -9,7 +9,7 @@ import (
"google.golang.org/protobuf/proto"
)
-func (c *Chats) AddGeminiComment(s string) *ChatEntry {
+func (c *Chats) AddRegexComment(s string) *ChatEntry {
log.Info("FIX")
return nil
}