reset_story
Clear your current reincarnation story to start a new interactive narrative journey with fresh character choices and personalized paths.
Instructions
Reset the story completely
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"user_id": {
"type": "string"
}
},
"required": [
"user_id"
],
"type": "object"
}