5 references to SentimentEnricher
Microsoft.Extensions.DataIngestion.Tests (5)
Processors\SentimentEnricherTests.cs (5)
23Assert.Throws<ArgumentNullException>("options", () => new SentimentEnricher(null!)); 31Assert.Throws<ArgumentOutOfRangeException>("confidenceThreshold", () => new SentimentEnricher(new(new TestChatClient()), confidenceThreshold: threshold)); 38SentimentEnricher sut = new(new(chatClient)); 72SentimentEnricher sut = new(new(chatClient)); 95SentimentEnricher sut = new(new(chatClient) { LoggerFactory = loggerFactory });