{{ result.metadata.name }}

Type: Reduce

{% if result.metadata.inputs %}

Inputs: {{ result.metadata.inputs|join(', ') }}

{% endif %}

Output type: {{ result.output_type }}

{% if result.output %}
Reduced Output:
{{ result.output }}
{% else %}

No output

{% endif %}