12 references to Throw
Microsoft.Extensions.AI.Ollama (12)
OllamaChatClient.cs (7)
45
: this(new Uri(
Throw
.IfNull(endpoint)), modelId, httpClient)
58
_ =
Throw
.IfNull(endpoint);
61
_ =
Throw
.IfNullOrWhitespace(modelId);
76
set => _toolCallJsonSerializerOptions =
Throw
.IfNull(value);
82
_ =
Throw
.IfNull(chatMessages);
113
_ =
Throw
.IfNull(chatMessages);
183
_ =
Throw
.IfNull(serviceType);
OllamaEmbeddingGenerator.cs (5)
32
: this(new Uri(
Throw
.IfNull(endpoint)), modelId, httpClient)
45
_ =
Throw
.IfNull(endpoint);
48
_ =
Throw
.IfNullOrWhitespace(modelId);
62
_ =
Throw
.IfNull(serviceType);
82
_ =
Throw
.IfNull(values);