10 references to IfNull
Microsoft.Extensions.AI.Ollama (10)
OllamaChatClient.cs (6)
48: this(new Uri(Throw.IfNull(endpoint)), modelId, httpClient) 63_ = Throw.IfNull(endpoint); 79set => _toolCallJsonSerializerOptions = Throw.IfNull(value); 86_ = Throw.IfNull(messages); 124_ = Throw.IfNull(messages); 205_ = Throw.IfNull(serviceType);
OllamaEmbeddingGenerator.cs (4)
37: this(new Uri(Throw.IfNull(endpoint)), modelId, httpClient) 52_ = Throw.IfNull(endpoint); 66_ = Throw.IfNull(serviceType); 88_ = Throw.IfNull(values);