2 instantiations of OpenAIChatClient
Microsoft.Extensions.AI.OpenAI (2)
OpenAIClientExtensions.cs (2)
26new OpenAIChatClient(Throw.IfNull(openAIClient).GetChatClient(modelId)); 32new 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)
16using static Microsoft.Extensions.AI.OpenAIChatClient;