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