Skip to content

Commit

Permalink
.Net: Ignore PromptExecutionSettings.IsFrozen for JSON serialization (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub committed May 17, 2024
1 parent 1e6c49e commit 6bed723
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public class PromptExecutionSettings
/// <summary>
/// Gets a value that indicates whether the <see cref="PromptExecutionSettings"/> are currently modifiable.
/// </summary>
[JsonIgnore]
public bool IsFrozen { get; private set; }

/// <summary>
Expand Down

0 comments on commit 6bed723

Please sign in to comment.