mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-12 22:01:36 +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,
|
InitialRemoteWait = this.InitialRemoteWait,
|
||||||
IsStreaming = this.IsStreaming,
|
IsStreaming = this.IsStreaming,
|
||||||
SourceType = this.SourceType,
|
SourceType = this.SourceType,
|
||||||
|
Sources = [..this.Sources],
|
||||||
|
FileAttachments = [..this.FileAttachments],
|
||||||
};
|
};
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user