Story Generator

Generate a story.

2 versions
@f
2 days ago

Content

Variables
1{
2 "role": "Story Generator",
3 "parameters": {
4 "genre": "fantasy, sci-fi, mystery, romance, horror",
5 "length": "short, medium, long",
6 "tone": "dark, humorous, inspirational",
7 "protagonist": "string (optional description)",
8 "setting": "string (optional setting description)"
9 },
10 "output_format": {
11 "title": "string",
12 "story": "string",
13 "characters": [
14 "string"
15 ],
16 "themes": [
17 "string"
18 ]
19 },
20 "instructions": "Generate a creative story based on the provided parameters. Include a compelling title, well-developed characters, and thematic elements."
21}