summaryrefslogtreecommitdiff
path: root/models
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-01-17 12:44:18 +0300
committerGrail Finder <wohilas@gmail.com>2026-01-17 12:44:18 +0300
commit0fb59210045792433a7a3796046c8383f2bb8824 (patch)
tree0de9867bab58f07a93d8aa4d6d7783974d397d5e /models
parentfd84dd58266bdeff498f939721e9a1998318473b (diff)
Fix: copy with knownto
Diffstat (limited to 'models')
-rw-r--r--models/models.go1
1 files changed, 1 insertions, 0 deletions
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,
}
}