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