1 type derived from CachingChatClient
Microsoft.Extensions.AI (1)
ChatCompletion\DistributedCachingChatClient.cs (1)
37public class DistributedCachingChatClient : CachingChatClient
7 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.OpenAI.Tests (4)
OpenAIAssistantChatClientTests.cs (1)
66Assert.NotNull(pipeline.GetService<CachingChatClient>());
OpenAIChatClientTests.cs (2)
74Assert.NotNull(pipeline.GetService<CachingChatClient>()); 99Assert.NotNull(pipeline.GetService<CachingChatClient>());
OpenAIResponseClientTests.cs (1)
64Assert.NotNull(pipeline.GetService<CachingChatClient>());