From 4db8aea43dded3f2c1d0d41b5a3fb322a38d4730 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 23 Dec 2024 19:02:36 +0300 Subject: Feat: read json sysprompt cards --- tools.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools.go') diff --git a/tools.go b/tools.go index 39c6063..210ce9c 100644 --- a/tools.go +++ b/tools.go @@ -107,7 +107,8 @@ func recall(args ...string) []byte { logger.Error(msg) return []byte(msg) } - return []byte(mind) + answer := fmt.Sprintf("under the topic: %s is stored:\n%s", args[0], mind) + return []byte(answer) } func recallTopics(args ...string) []byte { -- cgit v1.2.3