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