3 references to YieldUpdates
Microsoft.Extensions.AI.Tests (3)
ChatCompletion\UseDelegateChatClientTests.cs (3)
51return YieldUpdates(new ChatResponseUpdate(null, "world")); 133return YieldUpdates(new ChatResponseUpdate(null, "hello")); 193return YieldUpdates(new ChatResponseUpdate(null, "streaming hello"));