namespace AIStudio.Tools; public sealed class WriterChunk(ReadOnlyMemory content, bool isSelected, bool isProcessing) { public ReadOnlyMemory Content = content; public bool IsSelected = isSelected; public bool IsProcessing = isProcessing; }