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)
19
/// <summary>The delegate to use as the implementation of <see cref="
GetResponseAsync
"/>.</summary>
30
/// <summary>The delegate to use as the implementation of both <see cref="
GetResponseAsync
"/> and <see cref="GetStreamingResponseAsync"/>.</summary>
38
/// A delegate that provides the implementation for both <see cref="
GetResponseAsync
"/> and <see cref="GetStreamingResponseAsync"/>.
63
/// A delegate that provides the implementation for <see cref="
GetResponseAsync
"/>. When <see langword="null"/>,
64
/// <paramref name="getStreamingResponseFunc"/> must be non-null, and the implementation of <see cref="
GetResponseAsync
"/>