add
Combine two numeric amounts into a single total, enabling quick summation of expenses.
Instructions
Add two numbers together.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | The first number. | |
| b | Yes | The second number. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |