Base:
method
CompleteStreamingAsync
Microsoft.Extensions.AI.DelegatingChatClient.CompleteStreamingAsync(System.Collections.Generic.IList<Microsoft.Extensions.AI.ChatMessage>, Microsoft.Extensions.AI.ChatOptions, System.Threading.CancellationToken)
7 references to CompleteStreamingAsync
Microsoft.Extensions.AI (7)
ChatCompletion\AnonymousDelegatingChatClient.cs (7)
22/// <summary>The delegate to use as the implementation of <see cref="CompleteStreamingAsync"/>.</summary> 24/// When non-<see langword="null"/>, this delegate is used as the implementation of <see cref="CompleteStreamingAsync"/> and 26/// When <see langword="null"/>, <see cref="CompleteStreamingAsync"/> will delegate directly to the inner client. 30/// <summary>The delegate to use as the implementation of both <see cref="CompleteAsync"/> and <see cref="CompleteStreamingAsync"/>.</summary> 38/// A delegate that provides the implementation for both <see cref="CompleteAsync"/> and <see cref="CompleteStreamingAsync"/>. 66/// A delegate that provides the implementation for <see cref="CompleteStreamingAsync"/>. When <see langword="null"/>, 67/// <paramref name="completeFunc"/> must be non-null, and the implementation of <see cref="CompleteStreamingAsync"/>