ask_guidance_questions
Present three soul-searching questions to guide users through personalized reincarnation story paths, helping them explore character choices and narrative directions in interactive storytelling.
Instructions
Present the three guidance questions to the user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"user_id": {
"type": "string"
}
},
"required": [
"user_id"
],
"type": "object"
}