2 references to _createResponseAsync
Microsoft.Extensions.AI.OpenAI (2)
OpenAIResponsesChatClient.cs (2)
100
var task =
_createResponseAsync
is not null ?
101
_createResponseAsync
(_responseClient, openAIResponseItems, openAIOptions, cancellationToken.ToRequestOptions(streaming: false)) :