manage_conversation
Manage conversation threads across sessions: start new topics, continue past conversations, search history, or get analytics.
Instructions
Manage conversation threading across sessions. Start new conversations, continue existing ones, search conversation history, or get analytics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: start (new thread), continue (with continuation_id), resume (with thread_id), history (get thread history), search (search conversations), analytics (get analytics) | |
| thread_id | No | Thread ID to resume or get history (optional) | |
| continuation_id | No | Continuation ID from previous response (optional) | |
| topic | No | Topic for new conversation (optional) | |
| query | No | Search query for conversations (optional) | |
| user_id | No | User identifier (optional, defaults to "default") | |
| platform | No | Platform identifier (optional) | |
| limit | No | Limit for history results (optional, default 10) |