Fix: KnowTo is added only if tag present

This commit is contained in:
Grail Finder
2026-01-17 13:03:30 +03:00
parent 0fb5921004
commit 3e2a1b6f99
3 changed files with 26 additions and 12 deletions

View File

@@ -436,7 +436,7 @@ func TestProcessMessageTag(t *testing.T) {
wantMsg: models.RoleMsg{
Role: "Alice",
Content: "Hello everyone",
KnownTo: []string{"Alice"},
KnownTo: nil,
},
},
{