Base:
method
GetResponseAsync
Microsoft.Extensions.AI.DelegatingChatClient.GetResponseAsync(System.Collections.Generic.IEnumerable<Microsoft.Extensions.AI.ChatMessage>, Microsoft.Extensions.AI.ChatOptions, System.Threading.CancellationToken)
5 references to GetResponseAsync
Microsoft.Extensions.AI (5)
ChatCompletion\AnonymousDelegatingChatClient.cs (5)
22
/// <summary>The delegate to use as the implementation of <see cref="
GetResponseAsync
"/>.</summary>
33
/// <summary>The delegate to use as the implementation of both <see cref="
GetResponseAsync
"/> and <see cref="GetStreamingResponseAsync"/>.</summary>
41
/// A delegate that provides the implementation for both <see cref="
GetResponseAsync
"/> and <see cref="GetStreamingResponseAsync"/>.
66
/// A delegate that provides the implementation for <see cref="
GetResponseAsync
"/>. When <see langword="null"/>,
67
/// <paramref name="getStreamingResponseFunc"/> must be non-null, and the implementation of <see cref="
GetResponseAsync
"/>