13 references to IfNull
Microsoft.Extensions.AI.OpenAI (13)
OpenAIChatClient.cs (6)
48
_ = Throw.
IfNull
(openAIClient);
68
_ = Throw.
IfNull
(chatClient);
88
set => _toolCallJsonSerializerOptions = Throw.
IfNull
(value);
97
_ = Throw.
IfNull
(serviceType);
111
_ = Throw.
IfNull
(chatMessages);
202
_ = Throw.
IfNull
(chatMessages);
OpenAIEmbeddingGenerator.cs (3)
41
_ = Throw.
IfNull
(openAIClient);
68
_ = Throw.
IfNull
(embeddingClient);
101
_ = Throw.
IfNull
(serviceType);
OpenAIRealtimeExtensions.cs (4)
30
_ = Throw.
IfNull
(aiFunction);
75
_ = Throw.
IfNull
(session);
76
_ = Throw.
IfNull
(update);
77
_ = Throw.
IfNull
(tools);