RelevanceTruthAndCompletenessEvaluatorOptions.Default Property
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.
Gets the default options for RelevanceTruthAndCompletenessEvaluator.
public:
static property Microsoft::Extensions::AI::Evaluation::Quality::RelevanceTruthAndCompletenessEvaluatorOptions ^ Default { Microsoft::Extensions::AI::Evaluation::Quality::RelevanceTruthAndCompletenessEvaluatorOptions ^ get(); };
public static Microsoft.Extensions.AI.Evaluation.Quality.RelevanceTruthAndCompletenessEvaluatorOptions Default { get; }
static member Default : Microsoft.Extensions.AI.Evaluation.Quality.RelevanceTruthAndCompletenessEvaluatorOptions
Public Shared ReadOnly Property Default As RelevanceTruthAndCompletenessEvaluatorOptions
Property Value
Remarks
IncludeReasoning is set to false
by default.