4 references to _getResponseStreamingAsync
Microsoft.Extensions.AI.OpenAI (4)
OpenAIResponsesChatClient.cs (4)
252Debug.Assert(_getResponseStreamingAsync is not null, $"Unable to find {nameof(_getResponseStreamingAsync)} method"); 253IAsyncEnumerable<StreamingResponseUpdate> getUpdates = _getResponseStreamingAsync is not null ? 254_getResponseStreamingAsync(_responseClient, getOptions, cancellationToken.ToRequestOptions(streaming: true)) :