11 writes to GetResponseAsyncCallback
Microsoft.Extensions.DataIngestion.Tests (11)
Processors\AlternativeTextEnricherTests.cs (3)
43
GetResponseAsyncCallback
= (messages, options, cancellationToken) =>
127
GetResponseAsyncCallback
= (messages, options, cancellationToken) =>
166
GetResponseAsyncCallback
= (messages, options, cancellationToken) => Task.FromException<ChatResponse>(new ExpectedException())
Processors\ClassificationEnricherTests.cs (2)
72
GetResponseAsyncCallback
= (messages, options, cancellationToken) =>
105
GetResponseAsyncCallback
= (messages, options, cancellationToken) => Task.FromException<ChatResponse>(new ExpectedException())
Processors\KeywordEnricherTests.cs (2)
72
GetResponseAsyncCallback
= (messages, options, cancellationToken) =>
105
GetResponseAsyncCallback
= (messages, options, cancellationToken) => Task.FromException<ChatResponse>(new ExpectedException())
Processors\SentimentEnricherTests.cs (2)
56
GetResponseAsyncCallback
= (messages, options, cancellationToken) =>
92
GetResponseAsyncCallback
= (messages, options, cancellationToken) => Task.FromException<ChatResponse>(new ExpectedException())
Processors\SummaryEnricherTests.cs (2)
56
GetResponseAsyncCallback
= (messages, options, cancellationToken) =>
89
GetResponseAsyncCallback
= (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);