2 references to _completeChatStreamingAsync
Microsoft.Extensions.AI.OpenAI (2)
OpenAIChatClient.cs (2)
109var chatCompletionUpdates = _completeChatStreamingAsync is not null ? 110_completeChatStreamingAsync(_chatClient, openAIChatMessages, openAIOptions, cancellationToken.ToRequestOptions(streaming: true)) :