Skip to content

Commit dd7111d

Browse files
committed
make evaluator metrics only
1 parent 1e80633 commit dd7111d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/lib/workflows/blocks/block-outputs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ export function getEffectiveBlockOutputs(
389389
if (blockType === 'evaluator') {
390390
const metricOutputs = getEvaluatorMetricOutputs(subBlocks)
391391
if (metricOutputs) {
392-
return { ...baseOutputs, ...metricOutputs }
392+
return metricOutputs
393393
}
394394
}
395395

0 commit comments

Comments
 (0)