handoff_merge
Combine multiple conversation handoffs into a single unified handoff, merging both conversations and metadata for consolidated management.
Instructions
Merge multiple handoffs into one. Combines conversations and metadata from related handoffs into a single unified handoff.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | Keys of the handoffs to merge (minimum 2) | |
| new_key | No | Key for the merged handoff. Auto-generated if omitted. | |
| new_title | No | Title for the merged handoff. Auto-generated if omitted. | |
| new_summary | No | Summary for the merged handoff. Auto-generated from source summaries if omitted. | |
| delete_sources | No | Whether to delete source handoffs after merging | |
| strategy | No | Merge strategy: 'chronological' sorts by creation time, 'sequential' keeps array order | chronological |