From 29dc46c396c09a6f356f183b52fd2781e6eced03 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 30 Dec 2025 18:22:29 +0100 Subject: [PATCH] Fixed deep copy for images --- app/MindWork AI Studio/Chat/ContentImage.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/MindWork AI Studio/Chat/ContentImage.cs b/app/MindWork AI Studio/Chat/ContentImage.cs index 4c162cac..0eb36442 100644 --- a/app/MindWork AI Studio/Chat/ContentImage.cs +++ b/app/MindWork AI Studio/Chat/ContentImage.cs @@ -47,6 +47,8 @@ public sealed class ContentImage : IContent, IImageSource InitialRemoteWait = this.InitialRemoteWait, IsStreaming = this.IsStreaming, SourceType = this.SourceType, + Sources = [..this.Sources], + FileAttachments = [..this.FileAttachments], }; #endregion