Enha: table for sysprompts

This commit is contained in:
Grail Finder
2025-01-15 18:05:47 +03:00
parent 1ea19ba11e
commit db678b5215
4 changed files with 97 additions and 37 deletions

View File

@@ -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"}
)
/*