Base:
method
CompleteAsync
Microsoft.Extensions.AI.DelegatingChatClient.CompleteAsync(System.Collections.Generic.IList<Microsoft.Extensions.AI.ChatMessage>, Microsoft.Extensions.AI.ChatOptions, System.Threading.CancellationToken)
3 references to CompleteAsync
Microsoft.Extensions.AI (2)
ChatCompletion\FunctionInvokingChatClient.cs (2)
132
/// to <see cref="
CompleteAsync
"/> and <see cref="CompleteStreamingAsync"/> by the caller.
143
/// By default, those messages persist in the <see cref="IList{ChatMessage}"/> list provided to <see cref="
CompleteAsync
"/>
Microsoft.Extensions.AI.Integration.Tests (1)
ChatClientIntegrationTests.cs (1)
180
var response = await chatClient.
CompleteAsync
(messages, new()