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