consolidate_captures
Merge multiple captures into one bounded, searchable JSON capture with source IDs and line numbers retained; the operation fails if those sources cannot be kept.
Instructions
Create one bounded, searchable JSON capture from multiple captures.
The consolidated capture keeps source capture IDs and source line numbers. If records do not fit, the complete source captures remain available through their original IDs until normal LRU eviction. The operation fails if the consolidated capture cannot be admitted while retaining those sources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | consolidated captures | |
| max_bytes | No | ||
| capture_ids | No | ||
| max_captures | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |