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