min
Finds the lowest value from a list of numbers to support comparisons, thresholds, or data checks. Use batch_calc for multiple chained operations in one call.
Instructions
Finds the minimum value from a list of numbers. For several operations or chained steps in one call, use batch_calc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numbers | Yes | Array of numbers to find the minimum of |