batch_batch_filter
Filter arrays by applying a custom function to keep only truthy items, returning counts of results, total, kept, and rejected.
Instructions
[batch] Keep items where fn(item) is truthy. Returns {results, total, kept, rejected}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| fn | Yes |