feat: Make the 'set output' node optional if you inserted a 'set metrics' node (no-changelog) (#16955)

This commit is contained in:
jeanpaul
2025-07-04 14:55:23 +02:00
committed by GitHub
parent d754ce922d
commit e982d9144b
7 changed files with 6 additions and 40 deletions

View File

@@ -32,7 +32,6 @@ const errorTooltipMap: Record<string, BaseTextKey> = {
TEST_CASES_NOT_FOUND: 'evaluation.listRuns.error.testCasesNotFound',
EVALUATION_TRIGGER_NOT_FOUND: 'evaluation.listRuns.error.evaluationTriggerNotFound',
EVALUATION_TRIGGER_NOT_CONFIGURED: 'evaluation.listRuns.error.evaluationTriggerNotConfigured',
SET_OUTPUTS_NODE_NOT_FOUND: 'evaluation.listRuns.error.setOutputsNodeNotFound',
SET_OUTPUTS_NODE_NOT_CONFIGURED: 'evaluation.listRuns.error.setOutputsNodeNotConfigured',
SET_METRICS_NODE_NOT_FOUND: 'evaluation.listRuns.error.setMetricsNodeNotFound',
SET_METRICS_NODE_NOT_CONFIGURED: 'evaluation.listRuns.error.setMetricsNodeNotConfigured',