endConversation
Terminates a conversation by saving the assistant’s final message, logging a milestone, and recording the episode. Simplifies data logging and ensures structured closure for AI assistant interactions on Cursor10x MCP.
Instructions
Ends a conversation by storing the assistant message, recording a milestone, and logging an episode in one operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Content of the assistant's final message | |
importance | No | Importance level (low, medium, high) | medium |
metadata | No | Optional metadata | |
milestone_description | Yes | Description of what was accomplished | |
milestone_title | Yes | Title of the milestone to record |