calculate
Perform basic arithmetic calculations by specifying two operands and an operation (add, subtract, multiply, divide). Includes an option to stream progress notifications for real-time updates.
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 |