Skip to content

Commit a7c92b9

Browse files
committed
return base and metrics for evaluator
1 parent dd7111d commit a7c92b9

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 metricOutputs
392+
return { ...baseOutputs, ...metricOutputs }
393393
}
394394
}
395395

0 commit comments

Comments
 (0)