From db678b521592503342bf717e1ae0f48b8b11ed80 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Wed, 15 Jan 2025 18:05:47 +0300 Subject: Enha: table for sysprompts --- tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools.go') diff --git a/tools.go b/tools.go index 210ce9c..0c63976 100644 --- a/tools.go +++ b/tools.go @@ -63,7 +63,7 @@ After that you are free to respond to the user. } // sysMap = map[string]string{"basic_sys": basicSysMsg, "tool_sys": toolSysMsg} sysMap = map[string]*models.CharCard{"basic_sys": basicCard, "tool_sys": toolCard} - sysLabels = []string{"cancel", "basic_sys", "tool_sys"} + sysLabels = []string{"basic_sys", "tool_sys"} ) /* -- cgit v1.2.3