10 references to IfNull
Microsoft.Extensions.AI.Ollama (10)
OllamaChatClient.cs (6)
48
: this(new Uri(Throw.
IfNull
(endpoint)), modelId, httpClient)
63
_ = Throw.
IfNull
(endpoint);
79
set => _toolCallJsonSerializerOptions = Throw.
IfNull
(value);
86
_ = Throw.
IfNull
(messages);
124
_ = Throw.
IfNull
(messages);
205
_ = 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);