1 type derived from CachingChatClient
Microsoft.Extensions.AI (1)
ChatCompletion\DistributedCachingChatClient.cs (1)
35public class DistributedCachingChatClient : CachingChatClient
6 references to CachingChatClient
Microsoft.Extensions.AI (1)
ChatCompletion\CachingChatClient.cs (1)
27/// <summary>Initializes a new instance of the <see cref="CachingChatClient"/> class.</summary>
Microsoft.Extensions.AI.AzureAIInference.Tests (1)
AzureAIInferenceChatClientTests.cs (1)
82Assert.NotNull(pipeline.GetService<CachingChatClient>());
Microsoft.Extensions.AI.Ollama.Tests (1)
OllamaChatClientTests.cs (1)
60Assert.NotNull(pipeline.GetService<CachingChatClient>());
Microsoft.Extensions.AI.OpenAI.Tests (3)
OpenAIChatClientTests.cs (2)
79Assert.NotNull(pipeline.GetService<CachingChatClient>()); 104Assert.NotNull(pipeline.GetService<CachingChatClient>());
OpenAIResponseClientTests.cs (1)
67Assert.NotNull(pipeline.GetService<CachingChatClient>());