Automated ingestion of prompt: Story Generator

This commit is contained in:
promptadmin 2026-06-06 18:24:26 +00:00
parent f514efbd2e
commit 0578ad38c3
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
---
title: "Story Generator"
contributor: "@f"
tags: #general, #f
---
{
"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."
}