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