Share via


CompletenessEvaluatorContext(String) Constructor

Definition

Contextual information that the CompletenessEvaluator uses to evaluate the 'Completeness' of a response.

public:
 CompletenessEvaluatorContext(System::String ^ groundTruth);
public CompletenessEvaluatorContext(string groundTruth);
new Microsoft.Extensions.AI.Evaluation.Quality.CompletenessEvaluatorContext : string -> Microsoft.Extensions.AI.Evaluation.Quality.CompletenessEvaluatorContext
Public Sub New (groundTruth As String)

Parameters

groundTruth
String

The ground truth against which the response that is being evaluated is assessed.

Remarks

CompletenessEvaluator measures an AI system's ability to deliver comprehensive and accurate responses. It assesses how thoroughly the response aligns with the key information, claims, and statements established in the supplied groundTruth.

Applies to