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 21fcf25..cc540c7 100644
--- a/bot.go
+++ b/bot.go
@@ -442,7 +442,7 @@ func findCall(msg, toolCall string, tv *tview.TextView) {
// call a func
f, ok := fnMap[fc.Name]
if !ok {
- m := fc.Name + "%s is not implemented"
+ m := fc.Name + " is not implemented"
chatRound(m, cfg.ToolRole, tv, false, false)
return
}