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