Add two numbers
add_numbersAdd two numbers to compute their sum.
Instructions
Add two numbers together and return the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first_number | Yes | The first number to add. | |
| second_number | Yes | The second number to add. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |