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