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