EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsTurnLevelMetricsThresholds constructor

EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsTurnLevelMetricsThresholds({
  1. double? overallToolInvocationCorrectnessThreshold,
  2. String? semanticSimilarityChannel,
  3. int? semanticSimilaritySuccessThreshold,
})

Implementation

EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsTurnLevelMetricsThresholds({
  this.overallToolInvocationCorrectnessThreshold,
  this.semanticSimilarityChannel,
  this.semanticSimilaritySuccessThreshold,
});