4 references to Keys
Microsoft.Extensions.AI.Tests (4)
ChatCompletion\DistributedCachingChatClientTest.cs (2)
686
Assert.Empty(_storage.
Keys
);
691
Assert.Single(_storage.
Keys
);
Embeddings\DistributedCachingEmbeddingGeneratorTest.cs (2)
333
Assert.Empty(_storage.
Keys
);
338
Assert.Single(_storage.
Keys
);