diff --git a/dotnet/src/SemanticKernel.Abstractions/AI/PromptExecutionSettings.cs b/dotnet/src/SemanticKernel.Abstractions/AI/PromptExecutionSettings.cs index 14b0d553aa58..bce11b356e0f 100644 --- a/dotnet/src/SemanticKernel.Abstractions/AI/PromptExecutionSettings.cs +++ b/dotnet/src/SemanticKernel.Abstractions/AI/PromptExecutionSettings.cs @@ -64,6 +64,7 @@ public class PromptExecutionSettings /// /// Gets a value that indicates whether the are currently modifiable. /// + [JsonIgnore] public bool IsFrozen { get; private set; } ///