9 references to CompleteStreamingAsync
Microsoft.Extensions.AI.Abstractions.Tests (2)
ChatCompletion\ChatClientExtensionsTests.cs (2)
33_ = ChatClientExtensions.CompleteStreamingAsync(null!, "hello"); 38_ = ChatClientExtensions.CompleteStreamingAsync(new TestChatClient(), null!);
Microsoft.Extensions.AI.AzureAIInference.Tests (2)
AzureAIInferenceChatClientTests.cs (2)
187await foreach (var update in client.CompleteStreamingAsync("hello", new() 503await foreach (var update in client.CompleteStreamingAsync("How old is Alice?", new()
Microsoft.Extensions.AI.Integration.Tests (2)
ChatClientIntegrationTests.cs (2)
112var response = _chatClient.CompleteStreamingAsync("Explain in 10 words how AI works"); 169var response = chatClient.CompleteStreamingAsync("What is the result of SecretComputation on 42 and 84?", new()
Microsoft.Extensions.AI.Ollama.Tests (1)
OllamaChatClientTests.cs (1)
158await foreach (var update in client.CompleteStreamingAsync("hello", new()
Microsoft.Extensions.AI.OpenAI.Tests (2)
OpenAIChatClientTests.cs (2)
233await foreach (var update in client.CompleteStreamingAsync("hello", new() 552await foreach (var update in client.CompleteStreamingAsync("How old is Alice?", new()