Feat: read json sysprompt cards

This commit is contained in:
Grail Finder
2024-12-23 19:02:36 +03:00
parent 923c96b73d
commit 4db8aea43d
6 changed files with 44 additions and 18 deletions

View File

@@ -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 {