2 references to YieldInnerClientUpdates
Microsoft.Extensions.AI.Tests (2)
ChatCompletion\FunctionInvokingChatClientApprovalsTests.cs (2)
1493
using var innerClient = new TestChatClient { GetStreamingResponseAsyncCallback =
YieldInnerClientUpdates
};
1574
using var innerClient = new TestChatClient { GetStreamingResponseAsyncCallback =
YieldInnerClientUpdates
};