summaryrefslogtreecommitdiff
path: root/bot.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-11-21 11:48:46 +0300
committerGrail Finder <wohilas@gmail.com>2025-11-21 11:48:46 +0300
commitc2ecef69b4fde4ae310c5db1ddbb85855522457b (patch)
tree8b420f461fd46880a2caac658012c501335d2dea /bot.go
parent866a74e459ee2bec64d2b542394a09143d6d00f4 (diff)
Enha: ctrl+s to show filepath
Diffstat (limited to 'bot.go')
-rw-r--r--bot.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.go b/bot.go
index e25ada0..d5b4a97 100644
--- a/bot.go
+++ b/bot.go
@@ -569,7 +569,7 @@ func init() {
}
// load cards
basicCard.Role = cfg.AssistantRole
- toolCard.Role = cfg.AssistantRole
+ // toolCard.Role = cfg.AssistantRole
//
logLevel.Set(slog.LevelInfo)
logger = slog.New(slog.NewTextHandler(logfile, &slog.HandlerOptions{Level: logLevel}))