3 writes to GetServiceCallback
Microsoft.Extensions.AI.Abstractions.Tests (3)
SpeechToText\DelegatingSpeechToTextClientTests.cs (2)
122
GetServiceCallback
= (_, _) => expectedResult
142
GetServiceCallback
= (type, key) => type == expectedResult.GetType() && key == expectedKey
TestSpeechToTextClient.cs (1)
16
GetServiceCallback
= DefaultGetServiceCallback;
1 reference to GetServiceCallback
Microsoft.Extensions.AI.Abstractions.Tests (1)
TestSpeechToTextClient.cs (1)
54
=>
GetServiceCallback
!.Invoke(serviceType, serviceKey);