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: lib/prompts/nudge.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,5 +27,6 @@ KNOWLEDGE PRESERVATION: If no full chapter is closed yet, compress smaller close
27
27
28
28
NOISE REMOVAL: Compress clearly irrelevant or superseded ranges first to recover context quickly.
29
29
30
-
CRITICAL: DO NOT USE ANYTHING FROM THIS TOOL OUTPUT AS STARTSTRING OR ENDSTRING, AS IT WILL FAIL TO MATCH AND WASTE ALOT OF COMPUTE TIME AND TOKENS. Instead, use unique text from the conversation prior to THIS TOOL OUTPUT.
30
+
CRITICAL: DO NOT USE ANYTHING FROM THIS TOOL OUTPUT AS STARTSTRING OR ENDSTRING, AS IT WILL FAIL TO MATCH AND WASTE COMPUTE, TIME AND TOKENS.
31
+
Instead, you MUST use unique text from the conversation prior to THIS TOOL OUTPUT. ONLY USE STARTSTRING AND ENDSTRING FROM YOUR OWN TEXT OR REASONING OUTPUTS, NOT FROM TOOL OUTPUTS.
0 commit comments