From 73918a28b30f05fe8668824e0e5698ea0cd40b69 Mon Sep 17 00:00:00 2001 From: OpenClaw Agent Date: Fri, 10 Jul 2026 11:54:13 +0000 Subject: [PATCH] Update MSR analysis prompt wording --- ltx_director.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ltx_director.py b/ltx_director.py index 3fb342f..bde088a 100644 --- a/ltx_director.py +++ b/ltx_director.py @@ -439,10 +439,11 @@ _PROVIDER_DEFAULTS = { } _ANALYZE_PROMPT = ( - "Describe only the visible character in exactly two short sentences. " - "Mention hair, face, standout physical traits, and clothing. " - "Output only the description itself. Do not explain, do not list requirements, " - "do not say what the user wants, and do not include headings, bullets, or notes." + "Output exactly two short sentences describing only the visible character. " + "Describe observable hair, facial features, distinctive physical traits, and clothing. " + "Do not mention the image, the prompt, the task, the viewer, or any uncertainty. " + "Do not add introductions, conclusions, explanations, labels, headings, bullet points, notes, or commentary. " + "Output only the two-sentence character description." )