Added a deranged rumors artifact to the D&D prompt library

This commit is contained in:
2026-05-28 18:22:05 -05:00
parent 46c8307af3
commit 9447aea0a4
3 changed files with 212 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
id: dnd.deranged_rumors
version: "1.0.0"
default_profile: openrouter-aion-2
description: D&D session rumor sheet, completely deranged and unhinged, for the amusement of the players.
inputs:
- name: recap
required: true
content_type: text
description: Session recap from the current session
messages:
- role: system
content_file: ./rumors.system.md
- role: user
content_file: ./rumors.user.md
- role: user
content: |
<<<CURRENT_SESSION_RECAP
{{input "recap"}}
CURRENT_SESSION_RECAP>>>
output:
format: markdown
validation_mode: basic
repair_attempts: 0