diff --git a/src/AnthropicClient/Models/Content.cs b/src/AnthropicClient/Models/Content.cs index 946b8c5..a8aa0dd 100644 --- a/src/AnthropicClient/Models/Content.cs +++ b/src/AnthropicClient/Models/Content.cs @@ -16,7 +16,7 @@ public abstract class Content /// Gets the cache control to be used for the content. /// [JsonPropertyName("cache_control")] - public CacheControl? CacheControl { get; init; } + public CacheControl? CacheControl { get; set; } [JsonConstructor] internal Content()