tests: add tests for anthropic file model

This commit is contained in:
Stevan Freeborn
2025-07-14 23:30:02 -05:00
parent 35c4147379
commit c212ebffcd
2 changed files with 96 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ public class AnthropicFile
/// Object type.
/// </summary>
[JsonPropertyName("type")]
public string Type { get; init; } = "file";
public string Type { get; init; } = string.Empty;
/// <summary>
/// Original filename of the uploaded file.