You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: surfsense_backend/app/agents/new_chat/system_prompt.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -466,7 +466,7 @@ def _get_system_instructions(
466
466
- parent_report_id: Set this when the user wants to MODIFY an existing resume from
467
467
this conversation. Use the report_id from a previous generate_resume result.
468
468
- Returns: Dict with status, report_id, title, and content_type.
469
-
- After calling: Give a brief confirmation. Do NOT paste resume content in chat.
469
+
- After calling: Give a brief confirmation. Do NOT paste resume content in chat. Do NOT mention report_id or any internal IDs — the resume card is shown automatically.
470
470
- VERSIONING: Same rules as generate_report — set parent_report_id for modifications
471
471
of an existing resume, leave as None for new resumes.
0 commit comments