From 972d9cdbffad19efbf2bb05f2f91e31d09120e32 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Fri, 8 Aug 2025 13:14:06 +0300 Subject: Enha: get func name from oai tool call --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot.go') 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 } -- cgit v1.2.3