Added prompts to determine the starting and ending segments of a D&D session transcript

This commit is contained in:
2026-05-16 21:06:41 -05:00
parent 7f76534af0
commit d87e90f93b
9 changed files with 229 additions and 29 deletions

19
prompts/bounds.yml Normal file
View File

@@ -0,0 +1,19 @@
id: dnd.session_bounds
version: "1.0.0"
default_profile: local-gemma4
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
output:
format: json
validation_mode: json_schema
schema_path: bounds.schema.json
repair_attempts: 0