3 references to YieldAsync
Microsoft.Extensions.AI.Tests (3)
ChatCompletion\FunctionInvokingChatClientTests.cs (3)
611
return
YieldAsync
(updates);
840
YieldAsync
(callback(chatContents, chatOptions, cancellationToken).ToChatResponseUpdates()),
1057
return
YieldAsync
(new ChatResponse(message).ToChatResponseUpdates());