Fix: copy with knownto

This commit is contained in:
Grail Finder
2026-01-17 12:44:18 +03:00
parent fd84dd5826
commit 0fb5921004
2 changed files with 63 additions and 0 deletions

View File

@@ -267,6 +267,7 @@ func (m RoleMsg) Copy() RoleMsg {
Content: m.Content,
ContentParts: m.ContentParts,
ToolCallID: m.ToolCallID,
KnownTo: m.KnownTo,
hasContentParts: m.hasContentParts,
}
}