1 type derived from CachingChatClient
Microsoft.Extensions.AI (1)
ChatCompletion\DistributedCachingChatClient.cs (1)
35public class DistributedCachingChatClient : CachingChatClient
8 references to CachingChatClient
Microsoft.Extensions.AI (2)
ChatCompletion\CachingChatClient.cs (2)
27/// <summary>Initializes a new instance of the <see cref="CachingChatClient"/> class.</summary> 203/// <see langword="true"/> if caching should be used for the request, such that the <see cref="CachingChatClient"/>
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 (4)
OpenAIAssistantChatClientTests.cs (1)
71Assert.NotNull(pipeline.GetService<CachingChatClient>());
OpenAIChatClientTests.cs (2)
79Assert.NotNull(pipeline.GetService<CachingChatClient>()); 104Assert.NotNull(pipeline.GetService<CachingChatClient>());
OpenAIResponseClientTests.cs (1)
69Assert.NotNull(pipeline.GetService<CachingChatClient>());