Added a scene_map prompt and corrsponding schema
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
id: dnd.scene_map
|
||||
version: "1.0.0"
|
||||
default_profile: openrouter-gemma-4-31b
|
||||
description: Generates a D&D session scene map, using a transcript as input.
|
||||
inputs:
|
||||
- name: transcript
|
||||
required: true
|
||||
content_type: application/json
|
||||
description: Structured recap source transcript
|
||||
messages:
|
||||
- role: system
|
||||
content_file: ./scene_map.system.md
|
||||
- role: user
|
||||
content_file: ./scene_map.user.md
|
||||
- role: user
|
||||
content: |
|
||||
<<<CURRENT_SESSION_TRANSCRIPT
|
||||
|
||||
{{input "transcript"}}
|
||||
|
||||
CURRENT_SESSION_TRANSCRIPT>>>
|
||||
output:
|
||||
format: json
|
||||
validation_mode: json_schema
|
||||
schema_path: automation-pipeline-dnd/analyze/scene_map.schema.json
|
||||
repair_attempts: 0
|
||||
Reference in New Issue
Block a user