1 write to JsonSerializerOptions
Microsoft.Extensions.AI.Tests (1)
ChatCompletion\DistributedCachingChatClientTest.cs (1)
81
JsonSerializerOptions
= TestJsonSerializerContext.Default.Options
2 references to JsonSerializerOptions
Microsoft.Extensions.AI (2)
ChatCompletion\DistributedCachingChatClient.cs (2)
26
/// <summary>The <see cref="
JsonSerializerOptions
"/> to use when serializing cache data.</summary>
98
/// <remarks>The <paramref name="values"/> are serialized to JSON using <see cref="
JsonSerializerOptions
"/> in order to compute the key.</remarks>