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