From c2ecef69b4fde4ae310c5db1ddbb85855522457b Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Fri, 21 Nov 2025 11:48:46 +0300 Subject: Enha: ctrl+s to show filepath --- tools.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'tools.go') diff --git a/tools.go b/tools.go index 0f8381c..72b065c 100644 --- a/tools.go +++ b/tools.go @@ -70,15 +70,15 @@ After that you are free to respond to the user. Role: "", FilePath: "", } - toolCard = &models.CharCard{ - SysPrompt: toolSysMsg, - FirstMsg: defaultFirstMsg, - Role: "", - FilePath: "", - } + // toolCard = &models.CharCard{ + // SysPrompt: toolSysMsg, + // FirstMsg: defaultFirstMsg, + // Role: "", + // FilePath: "", + // } // sysMap = map[string]string{"basic_sys": basicSysMsg, "tool_sys": toolSysMsg} - sysMap = map[string]*models.CharCard{"basic_sys": basicCard, "tool_sys": toolCard} - sysLabels = []string{"basic_sys", "tool_sys"} + sysMap = map[string]*models.CharCard{"basic_sys": basicCard} + sysLabels = []string{"basic_sys"} ) // web search (depends on extra server) -- cgit v1.2.3