add
Calculate the sum of two integer values by providing both numbers as inputs to perform basic addition operations.
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 |