Calculate
calculatePerform basic arithmetic calculations with two numbers using addition, subtraction, multiplication, or division operations.
Instructions
Perform a basic arithmetic calculation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First operand | |
| b | Yes | Second operand | |
| op | Yes | Operation to perform | |
| stream | No | If true, emit progress notifications |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | ||
| value | Yes |