5 references to SummaryEnricher
Microsoft.Extensions.DataIngestion.Tests (5)
Processors\SummaryEnricherTests.cs (5)
23Assert.Throws<ArgumentNullException>("options", () => new SummaryEnricher(null!)); 31Assert.Throws<ArgumentOutOfRangeException>("maxWordCount", () => new SummaryEnricher(new(new TestChatClient()), maxWordCount: wordCount)); 38SummaryEnricher sut = new(new(chatClient)); 72SummaryEnricher sut = new(new(chatClient)); 92SummaryEnricher sut = new(new(chatClient) { LoggerFactory = loggerFactory });