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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.