Implemented interface member:
method
CompleteAsync
Microsoft.Extensions.AI.IChatClient.CompleteAsync(System.Collections.Generic.IList<Microsoft.Extensions.AI.ChatMessage>, Microsoft.Extensions.AI.ChatOptions, System.Threading.CancellationToken)
2 overrides of CompleteAsync
Microsoft.ML.GenAI.LLaMA (1)
Llama3CausalLMChatClient.cs (1)
27
public override Task<ChatCompletion>
CompleteAsync
(
Microsoft.ML.GenAI.Phi (1)
Phi3\Phi3CausalLMChatClient.cs (1)
32
public override Task<ChatCompletion>
CompleteAsync
(
2 references to CompleteAsync
Microsoft.ML.GenAI.LLaMA (1)
Llama3CausalLMChatClient.cs (1)
43
return base.
CompleteAsync
(chatMessages, options, cancellationToken);
Microsoft.ML.GenAI.Phi (1)
Phi3\Phi3CausalLMChatClient.cs (1)
48
return base.
CompleteAsync
(chatMessages, options, cancellationToken);