calculate
Calculate the result of basic arithmetic operations (add, subtract, multiply, divide) between two numbers.
Instructions
Perform basic arithmetic calculations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First number | |
| b | Yes | Second number | |
| operation | Yes | The operation to perform |