data_processor
Process arrays of numbers by computing sum, average, maximum, minimum, or sorting the values.
Instructions
Process arrays of data with various operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Array of numbers to process | |
| operation | Yes | Operation to perform on data |