1 override of GetCacheKey
Microsoft.Extensions.AI (1)
ChatCompletion\DistributedCachingChatClient.cs (1)
93protected override string GetCacheKey(bool streaming, IList<ChatMessage> chatMessages, ChatOptions? options)
2 references to GetCacheKey
Microsoft.Extensions.AI (2)
ChatCompletion\CachingChatClient.cs (2)
49var cacheKey = GetCacheKey(false, chatMessages, options); 67var cacheKey = GetCacheKey(true, chatMessages, options);