Enha: /completion command explanation

This commit is contained in:
Grail Finder
2025-12-08 16:43:38 +03:00
parent dc71009f43
commit e7b542730c
2 changed files with 20 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ func renameUser(oldname, newname string) {
if role == cfg.AssistantRole {
continue
}
if role == cfg.ToolRole {
if role == "tool" {
continue
}
if role == "system" {