1 instantiation of CustomAIContent2
Microsoft.Extensions.AI.Tests (1)
ChatCompletion\DistributedCachingChatClientTest.cs (1)
618
new
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)
626
foreach (var t in new Type[] { typeof(CustomAIContent1), typeof(
CustomAIContent2
) })