migrate_monitor_session
Migrate messages from one session ID to another to merge or rename sessions, ensuring continuity and correcting session identifiers.
Instructions
Migrate messages from old session ID to new session ID. Updates all messages from the old session to belong to the new session, effectively merging or renaming sessions. Useful for session continuity, combining split sessions, or correcting session identifiers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_session_id | Yes | Target session ID to migrate to | |
| old_session_id | Yes | Original session ID to migrate from |