12 references to Throw
Microsoft.Extensions.AI.Ollama (12)
OllamaChatClient.cs (7)
48
: this(new Uri(
Throw
.IfNull(endpoint)), modelId, httpClient)
61
_ =
Throw
.IfNull(endpoint);
64
_ =
Throw
.IfNullOrWhitespace(modelId);
77
set => _toolCallJsonSerializerOptions =
Throw
.IfNull(value);
83
_ =
Throw
.IfNull(chatMessages);
119
_ =
Throw
.IfNull(chatMessages);
196
_ =
Throw
.IfNull(serviceType);
OllamaEmbeddingGenerator.cs (5)
37
: this(new Uri(
Throw
.IfNull(endpoint)), modelId, httpClient)
50
_ =
Throw
.IfNull(endpoint);
53
_ =
Throw
.IfNullOrWhitespace(modelId);
64
_ =
Throw
.IfNull(serviceType);
86
_ =
Throw
.IfNull(values);