1 type derived from CachingChatClient
Microsoft.Extensions.AI (1)
ChatCompletion\DistributedCachingChatClient.cs (1)
20public class DistributedCachingChatClient : CachingChatClient
5 references to CachingChatClient
Microsoft.Extensions.AI (1)
ChatCompletion\CachingChatClient.cs (1)
20/// <summary>Initializes a new instance of the <see cref="CachingChatClient"/> class.</summary>
Microsoft.Extensions.AI.AzureAIInference.Tests (1)
AzureAIInferenceChatClientTests.cs (1)
74Assert.NotNull(pipeline.GetService<CachingChatClient>());
Microsoft.Extensions.AI.Ollama.Tests (1)
OllamaChatClientTests.cs (1)
45Assert.NotNull(pipeline.GetService<CachingChatClient>());
Microsoft.Extensions.AI.OpenAI.Tests (2)
OpenAIChatClientTests.cs (2)
92Assert.NotNull(pipeline.GetService<CachingChatClient>()); 116Assert.NotNull(pipeline.GetService<CachingChatClient>());