add_numbers
Add two numeric values to get their total. Use it to perform quick arithmetic when calculating amounts for expense tracking.
Instructions
Add two numbers together.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |