5 overrides of IgnoresHistory
Microsoft.Extensions.AI.Evaluation.Quality (5)
CoherenceEvaluator.cs (1)
47
protected override bool
IgnoresHistory
=> true;
EquivalenceEvaluator.cs (1)
50
protected override bool
IgnoresHistory
=> true;
FluencyEvaluator.cs (1)
46
protected override bool
IgnoresHistory
=> true;
GroundednessEvaluator.cs (1)
50
protected override bool
IgnoresHistory
=> false;
RelevanceTruthAndCompletenessEvaluator.cs (1)
74
protected override bool
IgnoresHistory
=> false;
2 references to IgnoresHistory
Microsoft.Extensions.AI.Evaluation.Quality (2)
ChatConversationEvaluator.cs (2)
103
if (history.Count > 0 && !
IgnoresHistory
)
379
if (
IgnoresHistory
)