11 writes to GetResponseAsyncCallback
Microsoft.Extensions.DataIngestion.Tests (11)
Processors\AlternativeTextEnricherTests.cs (3)
43GetResponseAsyncCallback = (messages, options, cancellationToken) => 127GetResponseAsyncCallback = (messages, options, cancellationToken) => 166GetResponseAsyncCallback = (messages, options, cancellationToken) => Task.FromException<ChatResponse>(new ExpectedException())
Processors\ClassificationEnricherTests.cs (2)
72GetResponseAsyncCallback = (messages, options, cancellationToken) => 105GetResponseAsyncCallback = (messages, options, cancellationToken) => Task.FromException<ChatResponse>(new ExpectedException())
Processors\KeywordEnricherTests.cs (2)
72GetResponseAsyncCallback = (messages, options, cancellationToken) => 105GetResponseAsyncCallback = (messages, options, cancellationToken) => Task.FromException<ChatResponse>(new ExpectedException())
Processors\SentimentEnricherTests.cs (2)
56GetResponseAsyncCallback = (messages, options, cancellationToken) => 92GetResponseAsyncCallback = (messages, options, cancellationToken) => Task.FromException<ChatResponse>(new ExpectedException())
Processors\SummaryEnricherTests.cs (2)
56GetResponseAsyncCallback = (messages, options, cancellationToken) => 89GetResponseAsyncCallback = (messages, options, cancellationToken) => Task.FromException<ChatResponse>(new ExpectedException())
1 reference to GetResponseAsyncCallback
Microsoft.Extensions.DataIngestion.Tests (1)
test\Libraries\Microsoft.Extensions.AI.Abstractions.Tests\TestChatClient.cs (1)
30=> GetResponseAsyncCallback!.Invoke(messages, options, cancellationToken);