4 references to _createResponseStreamingAsync
Microsoft.Extensions.AI.OpenAI (4)
OpenAIResponsesChatClient.cs (4)
265
Debug.Assert(
_createResponseStreamingAsync
is not null, $"Unable to find {nameof(
_createResponseStreamingAsync
)} method");
266
AsyncCollectionResult<StreamingResponseUpdate> createUpdates =
_createResponseStreamingAsync
is not null ?
267
_createResponseStreamingAsync
(_responseClient, openAIOptions, cancellationToken.ToRequestOptions(streaming: true)) :