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