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