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

16
prompts/bounds.user.md Normal file
View File

@@ -0,0 +1,16 @@
Identify the inclusive segment ID range that covers the actual gameplay session in the transcript below.
Use the first gameplay segment as `start_segment_id`.
Use the final gameplay segment as `end_segment_id`.
Remember:
- Include the DMs opening recap or scene-setting if present.
- Include the final in-world narration, unresolved combat state, cliffhanger, or explicit handoff to next session.
- Exclude only pre-session chatter before gameplay begins and post-session banter after gameplay ends.
- Return only valid JSON using the required schema.
- Do not skip the opening recap, planning, recovery, shopping, travel preparation, or rules adjudication merely because it is less dramatic than later combat. If it occurs after gameplay has begun and affects the sessions state, it belongs inside the range.
Transcript:
<<<CURRENT_SESSION_TRANSCRIPT
{{input "transcript"}}
CURRENT_SESSION_TRANSCRIPT>>>