4 references to Keys
Microsoft.Extensions.AI.Tests (4)
ChatCompletion\DistributedCachingChatClientTest.cs (2)
756
Assert.Empty(_storage.
Keys
);
761
Assert.Single(_storage.
Keys
);
Embeddings\DistributedCachingEmbeddingGeneratorTest.cs (2)
394
Assert.Empty(_storage.
Keys
);
399
Assert.Single(_storage.
Keys
);