1 write to _responseClient
Microsoft.Extensions.AI.OpenAI (1)
OpenAIResponsesChatClient.cs (1)
76_responseClient = responseClient;
9 references to _responseClient
Microsoft.Extensions.AI.OpenAI (9)
OpenAIResponsesChatClient.cs (9)
89serviceType == typeof(OpenAIResponseClient) ? _responseClient : 107_getResponseAsync(_responseClient, token.ResponseId, cancellationToken.ToRequestOptions(streaming: false)) : 108_responseClient.GetResponseAsync(token.ResponseId, cancellationToken); 118_createResponseAsync(_responseClient, openAIResponseItems, openAIOptions, cancellationToken.ToRequestOptions(streaming: false)) : 119_responseClient.CreateResponseAsync(openAIResponseItems, openAIOptions, cancellationToken); 261_getResponseStreamingAsync(_responseClient, token.ResponseId, cancellationToken.ToRequestOptions(streaming: true), token.SequenceNumber) : 262_responseClient.GetResponseStreamingAsync(token.ResponseId, token.SequenceNumber, cancellationToken); 270_createResponseStreamingAsync(_responseClient, openAIResponseItems, openAIOptions, cancellationToken.ToRequestOptions(streaming: true)) : 271_responseClient.CreateResponseStreamingAsync(openAIResponseItems, openAIOptions, cancellationToken);