fix: give cache control proper json property name

This commit is contained in:
Stevan Freeborn
2024-08-18 12:52:21 -05:00
parent f6460e99ee
commit cc1d628feb
+1
View File
@@ -58,6 +58,7 @@ public class Tool
/// <summary> /// <summary>
/// Gets or sets the cache control to be used for the tool. /// Gets or sets the cache control to be used for the tool.
/// </summary> /// </summary>
[JsonPropertyName("cache_control")]
public CacheControl? CacheControl { get; set; } public CacheControl? CacheControl { get; set; }
/// <summary> /// <summary>