10 references to IfNull
Microsoft.Extensions.AI.Ollama (10)
OllamaChatClient.cs (6)
44
: this(new Uri(Throw.
IfNull
(endpoint)), modelId, httpClient)
57
_ = Throw.
IfNull
(endpoint);
75
set => _toolCallJsonSerializerOptions = Throw.
IfNull
(value);
81
_ = Throw.
IfNull
(chatMessages);
113
_ = Throw.
IfNull
(chatMessages);
178
_ = Throw.
IfNull
(serviceType);
OllamaEmbeddingGenerator.cs (4)
32
: this(new Uri(Throw.
IfNull
(endpoint)), modelId, httpClient)
45
_ = Throw.
IfNull
(endpoint);
62
_ = Throw.
IfNull
(serviceType);
82
_ = Throw.
IfNull
(values);