summaryrefslogtreecommitdiff
path: root/bot.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-01-21 21:01:01 +0300
committerGrail Finder <wohilas@gmail.com>2026-01-21 21:01:01 +0300
commita28e8ef9e250ace5c9624393da308c189c0839f6 (patch)
treef2adfa647126c3c7e0d82decbdb888360729a8df /bot.go
parent4e597e944eacbeb5269dfdf586dd4a2163762a17 (diff)
Enha: charlist in cards
Diffstat (limited to 'bot.go')
-rw-r--r--bot.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot.go b/bot.go
index 2c59f07..112af07 100644
--- a/bot.go
+++ b/bot.go
@@ -1063,7 +1063,6 @@ func addNewChat(chatName string) {
func applyCharCard(cc *models.CharCard) {
cfg.AssistantRole = cc.Role
- // FIXME: remove
history, err := loadAgentsLastChat(cfg.AssistantRole)
if err != nil {
// too much action for err != nil; loadAgentsLastChat needs to be split up