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
"'Hope this helps!', or 'Shall I do anything else?'). "
60
60
"Provide a clean, self-contained final response with absolutely no open-ended transitions."
61
61
)
62
-
)
62
+
)
63
63
elifaction_type=="rewrite":
64
64
system_msg=SystemMessage(
65
65
content=(
66
66
"You are an automated, programmatic text-replacement engine. "
67
67
"Rewrite the user's selected text in a highly professional manner, completely free of jargon. "
68
68
"The tone should be polished and appropriate for professional emails or personal documents. "
69
-
"CRITICAL CONSTRAINT: Output EXCLUSIVELY the final revised text. "
70
-
"Do NOT include any introductions, explanations, pleasantries, meta-commentary, "
71
-
"or follow-up questions. Your entire output will be injected directly into the user's document."
69
+
"CRITICAL CONSTRAINTS: "
70
+
"1. Output EXCLUSIVELY the final revised text. Do NOT include any introductions, explanations, or meta-commentary. "
71
+
"2. If surrounding context is provided, use it ONLY to understand the flow and tone. DO NOT rewrite, include, or repeat the surrounding context in your final output. ONLY replace the selected text."
"Do NOT include any introductions like 'Here is the summary', pleasantries, or meta-commentary. "
81
81
"Your entire output will be injected directly into the user's document."
82
82
)
83
-
)
83
+
)
84
84
else:
85
85
system_msg=SystemMessage(
86
86
content=(
87
87
"You are an automated, programmatic text-replacement engine. "
88
88
"Rewrite the user's selected text exactly according to their instruction. "
89
-
"CRITICAL CONSTRAINT: Output EXCLUSIVELY the final revised text. "
90
-
"Do NOT include any introductions, explanations, pleasantries, meta-commentary, or follow-up questions."
89
+
"CRITICAL CONSTRAINTS: "
90
+
"1. Output EXCLUSIVELY the final revised text. Do NOT include any introductions, explanations, or meta-commentary. "
91
+
"2. If surrounding context is provided, use it ONLY as a background reference. DO NOT rewrite, include, or repeat the surrounding context in your final output. ONLY replace the selected text."
0 commit comments