calculate
Perform basic arithmetic operations including addition, subtraction, multiplication, and division with two numbers.
Instructions
簡単な計算を実行します(加算、減算、乗算、除算)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | 実行する演算 | |
| a | Yes | 最初の数値 | |
| b | Yes | 2番目の数値 |