8 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 (1)
AzureAIInferenceChatClientTests.cs (1)
854await foreach (var update in client.CompleteStreamingAsync("How old is Alice?", new()
Microsoft.Extensions.AI.Integration.Tests (2)
ChatClientIntegrationTests.cs (2)
115var response = _chatClient.CompleteStreamingAsync("Explain in 10 words how AI works", new() 222var 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)
255await foreach (var update in client.CompleteStreamingAsync("hello", new() 847await foreach (var update in client.CompleteStreamingAsync("How old is Alice?", new()