1 write to _chatClient
Microsoft.Extensions.AI.OpenAI (1)
OpenAIChatClient.cs (1)
43
_chatClient
= chatClient;
3 references to _chatClient
Microsoft.Extensions.AI.OpenAI (3)
OpenAIChatClient.cs (3)
65
serviceType == typeof(ChatClient) ?
_chatClient
:
80
var response = await
_chatClient
.CompleteChatAsync(openAIChatMessages, openAIOptions, cancellationToken).ConfigureAwait(false);
95
var chatCompletionUpdates =
_chatClient
.CompleteChatStreamingAsync(openAIChatMessages, openAIOptions, cancellationToken);