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)
1 reference to GetResponseAsync
Microsoft.Extensions.AI.Abstractions.Tests (1)
ChatCompletion\ChatClientExtensionsTests.cs (1)
197ChatResponse response = await client.GetResponseAsync([], expectedChatOptions, cts.Token);