1 instantiation of OpenAIChatClient
Microsoft.Extensions.AI.OpenAI (1)
OpenAIClientExtensions.cs (1)
20
new
OpenAIChatClient
(chatClient);
2 references to OpenAIChatClient
Microsoft.Extensions.AI.OpenAI (2)
OpenAIChatClient.cs (1)
45
/// <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
;