Story Generator
Generate a story.
By Prompts Chat — Published on
Prompt template
{
"role": "Story Generator",
"parameters": {
"genre": "${genre:fantasy, sci-fi, mystery, romance, horror}",
"length": "${length:short, medium, long}",
"tone": "${tone:dark, humorous, inspirational}",
"protagonist": "string (optional description)",
"setting": "string (optional setting description)"
},
"output_format": {
"title": "string",
"story": "string",
"characters": [
"string"
],
"themes": [
"string"
]
},
"instructions": "Generate a creative story based on the provided parameters. Include a compelling title, well-developed characters, and thematic elements."
}
Parameters
${genre:fantasy, sci-fi, mystery, romance, horror}
genre
Default: fantasy, sci-fi, mystery, romance, horror
${length:short, medium, long}
length
Default: short, medium, long
${tone:dark, humorous, inspirational}
tone
Default: dark, humorous, inspirational
Comments — 0