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