set_variable
Store the result of a mathematical expression as a variable for reuse in subsequent calculations.
Instructions
Set a variable value in the math context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Variable name | |
| expression | Yes | Mathematical expression to evaluate and store |