1 instantiation of CustomAIContent1
Microsoft.Extensions.AI.Tests (1)
ChatCompletion\DistributedCachingChatClientTest.cs (1)
617new CustomAIContent1("Hello", DateTime.Now),
2 references to CustomAIContent1
Microsoft.Extensions.AI.Tests (2)
ChatCompletion\CustomAIContentJsonContext.cs (1)
8[JsonSerializable(typeof(DistributedCachingChatClientTest.CustomAIContent1))]
ChatCompletion\DistributedCachingChatClientTest.cs (1)
626foreach (var t in new Type[] { typeof(CustomAIContent1), typeof(CustomAIContent2) })