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