42 references to GetStreamingResponseAsync
Microsoft.Extensions.AI.Abstractions.Tests (2)
Microsoft.Extensions.AI.AzureAIInference.Tests (6)
Microsoft.Extensions.AI.Integration.Tests (4)
Microsoft.Extensions.AI.OllamaSharp.Integration.Tests (1)
Microsoft.Extensions.AI.OpenAI.Tests (18)
OpenAIResponseClientTests.cs (10)
296await foreach (var update in client.GetStreamingResponseAsync("Calculate the sum of the first 5 positive integers.", new()
433await foreach (var update in client.GetStreamingResponseAsync("hello", new()
1735var response = await client.GetStreamingResponseAsync("Tell me the path to the README.md file for Microsoft.Extensions.AI.Abstractions in the dotnet/extensions repository", chatOptions)
2076await foreach (var update in client.GetStreamingResponseAsync("hello", new()
2235await foreach (var update in client.GetStreamingResponseAsync("Please book a hotel for me", chatOptions))
2568var response = await client.GetStreamingResponseAsync("Calculate the sum of numbers from 1 to 10 using Python", new()
3034await foreach (var update in client.GetStreamingResponseAsync("hello", new()
3115await foreach (var update in client.GetStreamingResponseAsync("hello", new()
3196await foreach (var update in client.GetStreamingResponseAsync("hello", new()
3274await foreach (var update in client.GetStreamingResponseAsync("hello", new()
 
Microsoft.Extensions.AI.Tests (11)