From 5e4be83c2ee060eb1a27a0cee93a7aa39aa03557 Mon Sep 17 00:00:00 2001 From: Eric Rakestraw Date: Thu, 2 Jul 2026 18:38:25 -0500 Subject: [PATCH] Bugfix in the dnd scene_map schema path --- prompts/pipeline-dnd/analyze/scene_map/scene_map.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompts/pipeline-dnd/analyze/scene_map/scene_map.yml b/prompts/pipeline-dnd/analyze/scene_map/scene_map.yml index 9a9f086..dbf99e9 100644 --- a/prompts/pipeline-dnd/analyze/scene_map/scene_map.yml +++ b/prompts/pipeline-dnd/analyze/scene_map/scene_map.yml @@ -22,5 +22,5 @@ messages: output: format: json validation_mode: json_schema - schema_path: automation-pipeline-dnd/analyze/scene_map.schema.json + schema_path: pipeline-dnd/analyze/scene_map.schema.json repair_attempts: 2 \ No newline at end of file