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