Reorganized the folder structure to utilize subfolders by category
This commit is contained in:
22
prompts/automation-pipeline-dnd/trim/bounds.yml
Normal file
22
prompts/automation-pipeline-dnd/trim/bounds.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
id: dnd.session_bounds
|
||||
version: "2.0.0"
|
||||
default_profile: openrouter-gemini-flash
|
||||
description: Review D&D session transcript and identify starting and ending segments for actual gameplay.
|
||||
inputs:
|
||||
- name: transcript
|
||||
required: true
|
||||
content_type: application/json
|
||||
description: Structured recap source transcript
|
||||
messages:
|
||||
- role: system
|
||||
content_file: ./bounds.system.md
|
||||
- role: user
|
||||
content_file: ./bounds.user.md
|
||||
- role: user
|
||||
content: |
|
||||
{{input "transcript"}}
|
||||
output:
|
||||
format: json
|
||||
validation_mode: json_schema
|
||||
schema_path: automation-pipeline-dnd/trim/bounds.schema.json
|
||||
repair_attempts: 0
|
||||
Reference in New Issue
Block a user