4 references to YieldAsync
Microsoft.Extensions.AI.Abstractions.Tests (4)
ChatCompletion\StreamingChatCompletionUpdateExtensionsTests.cs (4)
57
(false, true) => await
YieldAsync
(updates).ToChatCompletionAsync(),
60
(true, true) => await
YieldAsync
(updates).ToChatCompletionAsync(coalesceContent.GetValueOrDefault()),
178
ChatCompletion completion = useAsync ? await
YieldAsync
(updates).ToChatCompletionAsync() : updates.ToChatCompletion();
202
ChatCompletion completion = await
YieldAsync
(updates).ToChatCompletionAsync();