Implemented interface member:
method
CompleteStreamingAsync
Microsoft.Extensions.AI.IChatClient.CompleteStreamingAsync(System.Collections.Generic.IList<Microsoft.Extensions.AI.ChatMessage>, Microsoft.Extensions.AI.ChatOptions, System.Threading.CancellationToken)
2 overrides of CompleteStreamingAsync
Microsoft.ML.GenAI.LLaMA (1)
Llama3CausalLMChatClient.cs (1)
46
public override IAsyncEnumerable<StreamingChatCompletionUpdate>
CompleteStreamingAsync
(
Microsoft.ML.GenAI.Phi (1)
Phi3\Phi3CausalLMChatClient.cs (1)
51
public override IAsyncEnumerable<StreamingChatCompletionUpdate>
CompleteStreamingAsync
(
2 references to CompleteStreamingAsync
Microsoft.ML.GenAI.LLaMA (1)
Llama3CausalLMChatClient.cs (1)
55
return base.
CompleteStreamingAsync
(chatMessages, options, cancellationToken);
Microsoft.ML.GenAI.Phi (1)
Phi3\Phi3CausalLMChatClient.cs (1)
60
return base.
CompleteStreamingAsync
(chatMessages, options, cancellationToken);