fix: update length constraint in report generation to specify ~400 words for brief reports

This commit is contained in:
Anish Sarkar 2026-02-19 23:34:17 +05:30
parent e568ded743
commit 3dfc908270

View file

@ -905,7 +905,7 @@ def create_generate_report_tool(
if report_style == "brief":
length_instruction = (
"**LENGTH CONSTRAINT (MANDATORY):** The user wants a SHORT report. "
"Keep it concise — aim for ~500 words (~1 page) unless a different "
"Keep it concise — aim for ~400 words (~1 page) unless a different "
"length is specified in the Additional Instructions above. "
"Prioritize brevity over thoroughness. Do NOT write a long report."
)