add
Calculate the sum of two numbers by providing both values as inputs to get the total result.
Instructions
Add two numbers together.
Args: a: First number b: Second number
Returns: The sum of a and b
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |