7 references to IfNull
Microsoft.Extensions.AI.Evaluation.Quality (7)
ChatConversationEvaluator.cs (5)
43
_ = Throw.
IfNull
(modelResponse, nameof(modelResponse));
44
_ = Throw.
IfNull
(chatConfiguration, nameof(chatConfiguration));
214
_ = Throw.
IfNull
(message, nameof(message));
215
_ = Throw.
IfNull
(chatConfiguration, nameof(chatConfiguration));
267
_ = Throw.
IfNull
(message, nameof(message));
SingleNumericMetricEvaluator.cs (2)
65
_ = Throw.
IfNull
(chatConfiguration, nameof(chatConfiguration));
66
_ = Throw.
IfNull
(result, nameof(result));