10 references to IfNull
Microsoft.Extensions.AI.Ollama (10)
OllamaChatClient.cs (6)
53
: this(new Uri(Throw.
IfNull
(endpoint)), modelId, httpClient)
68
_ = Throw.
IfNull
(endpoint);
84
set => _toolCallJsonSerializerOptions = Throw.
IfNull
(value);
91
_ = Throw.
IfNull
(messages);
129
_ = Throw.
IfNull
(messages);
210
_ = Throw.
IfNull
(serviceType);
OllamaEmbeddingGenerator.cs (4)
37
: this(new Uri(Throw.
IfNull
(endpoint)), modelId, httpClient)
52
_ = Throw.
IfNull
(endpoint);
66
_ = Throw.
IfNull
(serviceType);
88
_ = Throw.
IfNull
(values);