summaryrefslogtreecommitdiff
path: root/bot.go
diff options
context:
space:
mode:
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}))