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