CompletenessEvaluatorContext(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.