add
Compute the sum of two numbers. Provide numeric values for a and b to get the total.
Instructions
Add two numbers and return the sum.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |