Base:
method
CompleteAsync
Microsoft.Extensions.AI.DelegatingChatClient.CompleteAsync(System.Collections.Generic.IList<Microsoft.Extensions.AI.ChatMessage>, Microsoft.Extensions.AI.ChatOptions, System.Threading.CancellationToken)
5 references to CompleteAsync
Microsoft.Extensions.AI (5)
ChatCompletion\AnonymousDelegatingChatClient.cs (5)
19
/// <summary>The delegate to use as the implementation of <see cref="
CompleteAsync
"/>.</summary>
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"/>.
61
/// A delegate that provides the implementation for <see cref="
CompleteAsync
"/>. When <see langword="null"/>,
62
/// <paramref name="completeStreamingFunc"/> must be non-null, and the implementation of <see cref="
CompleteAsync
"/>