Base:
method
GetStreamingResponseAsync
Microsoft.Extensions.AI.DelegatingChatClient.GetStreamingResponseAsync(System.Collections.Generic.IEnumerable<Microsoft.Extensions.AI.ChatMessage>, Microsoft.Extensions.AI.ChatOptions, System.Threading.CancellationToken)
7 references to GetStreamingResponseAsync
Microsoft.Extensions.AI (7)
ChatCompletion\AnonymousDelegatingChatClient.cs (7)
25/// <summary>The delegate to use as the implementation of <see cref="GetStreamingResponseAsync"/>.</summary> 27/// When non-<see langword="null"/>, this delegate is used as the implementation of <see cref="GetStreamingResponseAsync"/> and 29/// When <see langword="null"/>, <see cref="GetStreamingResponseAsync"/> will delegate directly to the inner client. 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"/>. 71/// A delegate that provides the implementation for <see cref="GetStreamingResponseAsync"/>. When <see langword="null"/>, 72/// <paramref name="getResponseFunc"/> must be non-null, and the implementation of <see cref="GetStreamingResponseAsync"/>