Base:
method
CompleteStreamingAsync
Microsoft.Extensions.AI.DelegatingChatClient.CompleteStreamingAsync(System.Collections.Generic.IList<Microsoft.Extensions.AI.ChatMessage>, Microsoft.Extensions.AI.ChatOptions, System.Threading.CancellationToken)
3 references to CompleteStreamingAsync
Microsoft.Extensions.AI (2)
ChatCompletion\FunctionInvokingChatClient.cs (2)
132
/// to <see cref="CompleteAsync"/> and <see cref="
CompleteStreamingAsync
"/> by the caller.
144
/// and <see cref="
CompleteStreamingAsync
"/> by the caller. Set <see cref="KeepFunctionCallingMessages"/>
Microsoft.Extensions.AI.Tests (1)
ChatCompletion\FunctionInvokingChatClientTests.cs (1)
528
await foreach (var update in client.
CompleteStreamingAsync
(messages, options, CancellationToken.None))