加法工具
addAdd two numbers together to calculate their sum. Use this arithmetic tool to perform basic addition operations with numeric inputs.
Instructions
将两个数字相加并返回结果
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |