mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-20 22:32:56 +00:00
Make HideFromUser
property immutable
This commit is contained in:
parent
b7f045a22b
commit
59373a0e60
@ -28,7 +28,7 @@ public class ContentBlock
|
||||
/// <summary>
|
||||
/// Should the content block be hidden from the user?
|
||||
/// </summary>
|
||||
public bool HideFromUser { get; set; }
|
||||
public bool HideFromUser { get; init; }
|
||||
|
||||
public ContentBlock DeepClone()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user