2 references to CachingHelpers
Microsoft.Extensions.AI (2)
ChatCompletion\DistributedCachingChatClient.cs (1)
100return CachingHelpers.GetCacheKey(chatMessages, streaming, _jsonSerializerOptions);
Embeddings\DistributedCachingEmbeddingGenerator.cs (1)
83return CachingHelpers.GetCacheKey(value, _jsonSerializerOptions);