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