session.reset
Restart a conversation by clearing all chat history while retaining the session ID. Ideal for switching tasks mid-session.
Instructions
Reset a session's chat history (keep same session ID). Use for a clean slate when the task changes; ask the user before resetting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session ID to reset |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the tool call succeeded. | |
| data | No | The tool payload on success. The exact shape depends on the tool. | |
| error | No | Human-readable error message, present only when success is false. |