Implemented interface member:
2 overrides of CompleteStreamingAsync
Microsoft.ML.GenAI.LLaMA (1)
Llama3CausalLMChatClient.cs (1)
46public override IAsyncEnumerable<StreamingChatCompletionUpdate> CompleteStreamingAsync(
Microsoft.ML.GenAI.Phi (1)
Phi3\Phi3CausalLMChatClient.cs (1)
51public override IAsyncEnumerable<StreamingChatCompletionUpdate> CompleteStreamingAsync(
2 references to CompleteStreamingAsync
Microsoft.ML.GenAI.LLaMA (1)
Llama3CausalLMChatClient.cs (1)
55return base.CompleteStreamingAsync(chatMessages, options, cancellationToken);
Microsoft.ML.GenAI.Phi (1)
Phi3\Phi3CausalLMChatClient.cs (1)
60return base.CompleteStreamingAsync(chatMessages, options, cancellationToken);