12 references to Throw
Microsoft.Extensions.AI.Ollama (12)
OllamaChatClient.cs (7)
44
: this(new Uri(
Throw
.IfNull(endpoint)), modelId, httpClient)
57
_ =
Throw
.IfNull(endpoint);
60
_ =
Throw
.IfNullOrWhitespace(modelId);
75
set => _toolCallJsonSerializerOptions =
Throw
.IfNull(value);
81
_ =
Throw
.IfNull(chatMessages);
113
_ =
Throw
.IfNull(chatMessages);
178
_ =
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);