From 0fb59210045792433a7a3796046c8383f2bb8824 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sat, 17 Jan 2026 12:44:18 +0300 Subject: Fix: copy with knownto --- models/models.go | 1 + 1 file changed, 1 insertion(+) (limited to 'models') diff --git a/models/models.go b/models/models.go index 88ba144..69bdf02 100644 --- a/models/models.go +++ b/models/models.go @@ -267,6 +267,7 @@ func (m RoleMsg) Copy() RoleMsg { Content: m.Content, ContentParts: m.ContentParts, ToolCallID: m.ToolCallID, + KnownTo: m.KnownTo, hasContentParts: m.hasContentParts, } } -- cgit v1.2.3