From 531c0b4e87f1d6be18893bc8ea96ea7cfe701b97 Mon Sep 17 00:00:00 2001 From: vegu-ai-tools <152010387+vegu-ai-tools@users.noreply.github.com> Date: Sun, 28 Sep 2025 03:51:10 +0300 Subject: [PATCH] prompt tweaks --- .../prompts/templates/director/chat-execute-actions.jinja2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/talemate/prompts/templates/director/chat-execute-actions.jinja2 b/src/talemate/prompts/templates/director/chat-execute-actions.jinja2 index 64270708..ee856f8f 100644 --- a/src/talemate/prompts/templates/director/chat-execute-actions.jinja2 +++ b/src/talemate/prompts/templates/director/chat-execute-actions.jinja2 @@ -49,6 +49,8 @@ Execute in exact order: {# Final execution order #} Follow this sequence (repeat functions as listed): + +Any context IDs passed MUST be passed along and be fenced with backticks (`). {% for s in selections %} {{ loop.index }}. {{ s.name }}: {{ s.instructions }} {% endfor %}