DeepSeek Session Management
deepseek_sessionsManage multi-turn conversation sessions by listing active sessions, deleting a specific session, or clearing all sessions to control conversation history.
Instructions
Manage multi-turn conversation sessions. List active sessions, delete a specific session, or clear all sessions. Sessions store conversation history for use with the session_id parameter in deepseek_chat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform. "list": show all active sessions, "clear": remove all sessions, "delete": remove a specific session (requires session_id) | |
| session_id | No | Session ID to delete (required when action is "delete") |