Normalize prompt folder naming
This commit is contained in:
23
prompts/pipeline-dnd/analyze/hostile_rumors/rumors.yml
Normal file
23
prompts/pipeline-dnd/analyze/hostile_rumors/rumors.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
id: dnd.hostile_rumors
|
||||
version: "1.0.0"
|
||||
default_profile: aion-2
|
||||
description: D&D session rumor sheet
|
||||
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
|
||||
Reference in New Issue
Block a user