EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsTurnLevelMetricsThresholds
import type { EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsTurnLevelMetricsThresholds } from "https://googleapis.deno.dev/v1/ces:v1.ts";Turn level metrics thresholds.
interface EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsTurnLevelMetricsThresholds {
overallToolInvocationCorrectnessThreshold?: number;
semanticSimilarityChannel?: "SEMANTIC_SIMILARITY_CHANNEL_UNSPECIFIED" | "TEXT" | "AUDIO";
semanticSimilaritySuccessThreshold?: number;
}§Properties
§
overallToolInvocationCorrectnessThreshold?: number
[src]Optional. The success threshold for overall tool invocation correctness. Must be a float between 0 and 1. Default is 1.0.