4 references to SummaryEnricher
Microsoft.Extensions.DataIngestion.Tests (4)
Processors\SummaryEnricherTests.cs (4)
20
Assert.Throws<ArgumentNullException>("chatClient", () => new
SummaryEnricher
(null!));
28
Assert.Throws<ArgumentOutOfRangeException>("maxWordCount", () => new
SummaryEnricher
(new TestChatClient(), maxWordCount: wordCount));
35
SummaryEnricher sut =
new
(chatClient);
67
SummaryEnricher sut =
new
(chatClient);