Update MSR analysis prompt wording

This commit is contained in:
OpenClaw Agent
2026-07-10 11:54:13 +00:00
parent 48ac1c242f
commit 73918a28b3

View File

@@ -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."
)