2 instantiations of OpenAIChatClient
Microsoft.Extensions.AI.OpenAI (2)
OpenAIClientExtensions.cs (2)
26
new
OpenAIChatClient
(Throw.IfNull(openAIClient).GetChatClient(modelId));
32
new
OpenAIChatClient
(chatClient);
2 references to OpenAIChatClient
Microsoft.Extensions.AI.OpenAI (2)
OpenAIChatClient.cs (1)
36
/// <summary>Initializes a new instance of the <see cref="
OpenAIChatClient
"/> class for the specified <see cref="ChatClient"/>.</summary>
OpenAIResponseChatClient.cs (1)
16
using static Microsoft.Extensions.AI.
OpenAIChatClient
;