add
Calculate the sum of two integer values by providing both numbers as input parameters.
Instructions
Add two numbers together.
:param a: First number.
:param b: Second number.
:return: Sum of the numbers.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |