15 references to Throw
Microsoft.Extensions.AI.Evaluation.Quality (15)
CoherenceEvaluator.cs (2)
74
_ =
Throw
.IfNull(modelResponse);
75
_ =
Throw
.IfNull(chatConfiguration);
CompletenessEvaluator.cs (2)
71
_ =
Throw
.IfNull(modelResponse);
72
_ =
Throw
.IfNull(chatConfiguration);
EquivalenceEvaluator.cs (2)
70
_ =
Throw
.IfNull(modelResponse);
71
_ =
Throw
.IfNull(chatConfiguration);
FluencyEvaluator.cs (2)
68
_ =
Throw
.IfNull(modelResponse);
69
_ =
Throw
.IfNull(chatConfiguration);
GroundednessEvaluator.cs (2)
69
_ =
Throw
.IfNull(modelResponse);
70
_ =
Throw
.IfNull(chatConfiguration);
RelevanceEvaluator.cs (2)
72
_ =
Throw
.IfNull(modelResponse);
73
_ =
Throw
.IfNull(chatConfiguration);
RelevanceTruthAndCompletenessEvaluator.cs (2)
85
_ =
Throw
.IfNull(modelResponse);
86
_ =
Throw
.IfNull(chatConfiguration);
RetrievalEvaluator.cs (1)
78
_ =
Throw
.IfNull(chatConfiguration);