1 instantiation of CustomAIContent2
Microsoft.Extensions.AI.Tests (1)
ChatCompletion\DistributedCachingChatClientTest.cs (1)
618new CustomAIContent2("Goodbye", 42),
2 references to CustomAIContent2
Microsoft.Extensions.AI.Tests (2)
ChatCompletion\CustomAIContentJsonContext.cs (1)
9[JsonSerializable(typeof(DistributedCachingChatClientTest.CustomAIContent2))]
ChatCompletion\DistributedCachingChatClientTest.cs (1)
626foreach (var t in new Type[] { typeof(CustomAIContent1), typeof(CustomAIContent2) })