diff --git a/src/AnthropicClient/Models/Tool.cs b/src/AnthropicClient/Models/Tool.cs index e861568..45e61e1 100644 --- a/src/AnthropicClient/Models/Tool.cs +++ b/src/AnthropicClient/Models/Tool.cs @@ -58,6 +58,7 @@ public class Tool /// /// Gets or sets the cache control to be used for the tool. /// + [JsonPropertyName("cache_control")] public CacheControl? CacheControl { get; set; } ///