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)
23/// <summary>The delegate to use as the implementation of <see cref="GetStreamingResponseAsync"/>.</summary> 25/// When non-<see langword="null"/>, this delegate is used as the implementation of <see cref="GetStreamingResponseAsync"/> and 27/// When <see langword="null"/>, <see cref="GetStreamingResponseAsync"/> will delegate directly to the inner client. 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"/>. 69/// A delegate that provides the implementation for <see cref="GetStreamingResponseAsync"/>. When <see langword="null"/>, 70/// <paramref name="getResponseFunc"/> must be non-null, and the implementation of <see cref="GetStreamingResponseAsync"/>