threadmap_track
Track each user or assistant message in a conversation timeline to build a drift map, enabling you to monitor conversation drift and fork from any point to preserve original intent.
Instructions
Track a message in the conversation timeline. Call after each user or assistant message to build the drift map.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | Who sent this message | |
| content | Yes | The message content | |
| sessionId | Yes | Unique session ID for this conversation |