generate_path_introduction
Generate personalized narrative introductions for reincarnation paths, setting the stage for interactive storytelling adventures based on user choices and character transformations.
Instructions
Generate the introduction narrative for the chosen path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"user_id": {
"type": "string"
}
},
"required": [
"user_id"
],
"type": "object"
}