4 references to Keys
Microsoft.Extensions.AI.Tests (4)
ChatCompletion\DistributedCachingChatClientTest.cs (2)
757
Assert.Empty(_storage.
Keys
);
762
Assert.Single(_storage.
Keys
);
Embeddings\DistributedCachingEmbeddingGeneratorTest.cs (2)
395
Assert.Empty(_storage.
Keys
);
400
Assert.Single(_storage.
Keys
);