3 references to YieldUpdates
Microsoft.Extensions.AI.Tests (3)
ChatCompletion\UseDelegateChatClientTests.cs (3)
59
return
YieldUpdates
(new StreamingChatCompletionUpdate { Text = "world" });
141
return
YieldUpdates
(new StreamingChatCompletionUpdate { Text = "hello" });
201
return
YieldUpdates
(new StreamingChatCompletionUpdate { Text = "streaming hello" });