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