Schema
schemas:
Add:
inputs:
- name: Value1
description: The first value to be added
- name: Value2
description: The second value to be added
default: 1
outputs:
- name: Sum
description: The sum of Value1 and Value2 added together
tooltip: Add two values and return the sum
category: Functions
subcategory: Math
color: "#0C667A"Last updated

