1 instantiation of CallCountingEmbeddingGenerator
Microsoft.Extensions.AI.Integration.Tests (1)
CallCountingEmbeddingGenerator.cs (1)
32
builder.Use(innerGenerator => new
CallCountingEmbeddingGenerator
(innerGenerator));
2 references to CallCountingEmbeddingGenerator
Microsoft.Extensions.AI.Integration.Tests (2)
EmbeddingGeneratorIntegrationTests.cs (2)
99
var
callCounter = generator.GetService<
CallCountingEmbeddingGenerator
>();