tests: update tests to account for serialization and deserialization changes with new/modified model properties to support caching

This commit is contained in:
Stevan Freeborn
2024-08-16 09:21:43 -05:00
parent 66008717e1
commit 900a7a3549
10 changed files with 137 additions and 31 deletions
@@ -14,7 +14,9 @@ public class MessageStartEventDataTests : SerializationTest
""stop_sequence"": """",
""usage"": {
""input_tokens"": 25,
""output_tokens"": 1
""output_tokens"": 1,
""cache_creation_input_tokens"": 0,
""cache_read_input_tokens"": 0
}
}
}";