start_story
Begin interactive reincarnation storytelling by providing a user ID to generate personalized narrative paths where choices shape character transformations after death.
Instructions
Alternative way to start the story programmatically
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"user_id": {
"type": "string"
}
},
"required": [
"user_id"
],
"type": "object"
}