9 references to CompleteStreamingAsync
Microsoft.Extensions.AI.Abstractions.Tests (2)
ChatCompletion\ChatClientExtensionsTests.cs (2)
39_ = ChatClientExtensions.CompleteStreamingAsync(null!, "hello"); 44_ = ChatClientExtensions.CompleteStreamingAsync(new TestChatClient(), null!);
Microsoft.Extensions.AI.AzureAIInference.Tests (2)
AzureAIInferenceChatClientTests.cs (2)
202await foreach (var update in client.CompleteStreamingAsync("hello", new() 602await foreach (var update in client.CompleteStreamingAsync("How old is Alice?", new()
Microsoft.Extensions.AI.Integration.Tests (2)
ChatClientIntegrationTests.cs (2)
116var response = _chatClient.CompleteStreamingAsync("Explain in 10 words how AI works", new() 212var response = chatClient.CompleteStreamingAsync("What is the result of SecretComputation on 42 and 84?", new()
Microsoft.Extensions.AI.Ollama.Tests (1)
OllamaChatClientTests.cs (1)
173await foreach (var update in client.CompleteStreamingAsync("hello", new()
Microsoft.Extensions.AI.OpenAI.Tests (2)
OpenAIChatClientTests.cs (2)
249await foreach (var update in client.CompleteStreamingAsync("hello", new() 753await foreach (var update in client.CompleteStreamingAsync("How old is Alice?", new()