mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-09 15:52:40 +02:00
fix: update length constraint in report generation to specify ~400 words for brief reports
This commit is contained in:
parent
e568ded743
commit
3dfc908270
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue