map_reduce_mr_slice
Extract a specific segment from a list by specifying start and end positions for data processing in AI applications.
Instructions
[map_reduce] Return a slice of the list (start inclusive, end exclusive).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| start | No | ||
| end | No |