add
Computes the sum of two numeric inputs and returns the result as a string.
Instructions
Add two numbers together.
Args: a: The first number. b: The second number.
Returns: A string with the sum of a and b.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |