10 references to IfNull
Microsoft.Extensions.AI.Ollama (10)
OllamaChatClient.cs (6)
48
: this(new Uri(Throw.
IfNull
(endpoint)), modelId, httpClient)
61
_ = Throw.
IfNull
(endpoint);
77
set => _toolCallJsonSerializerOptions = Throw.
IfNull
(value);
83
_ = Throw.
IfNull
(chatMessages);
119
_ = Throw.
IfNull
(chatMessages);
196
_ = Throw.
IfNull
(serviceType);
OllamaEmbeddingGenerator.cs (4)
37
: this(new Uri(Throw.
IfNull
(endpoint)), modelId, httpClient)
50
_ = Throw.
IfNull
(endpoint);
64
_ = Throw.
IfNull
(serviceType);
86
_ = Throw.
IfNull
(values);