add
Calculate the sum of two numbers by providing both values as inputs to perform basic arithmetic addition.
Instructions
Adds two numbers
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | The first number | |
| b | Yes | The second number |