mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 20:01:37 +00:00
Fixed deep copy for images
This commit is contained in:
parent
4fafcf57a3
commit
29dc46c396
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user