everydaycats commited on
Commit
05995d7
·
verified ·
1 Parent(s): 7ec0c86

Update apps/format.js

Browse files
Files changed (1) hide show
  1. apps/format.js +2 -1
apps/format.js CHANGED
@@ -29,7 +29,8 @@ STRICT RULES:
29
  4. Keep it concise and natural for modern texting/messaging.
30
  5. Use the conversation history to stay contextually relevant. Do NOT reply generically.
31
  6. If a screenshot is provided, read it carefully — it is the actual chat. Reply to the last visible message.
32
- 7. The reply must feel like a natural continuation of the conversation, not a cold opener.
 
33
  `;
34
 
35
  // ==========================================
 
29
  4. Keep it concise and natural for modern texting/messaging.
30
  5. Use the conversation history to stay contextually relevant. Do NOT reply generically.
31
  6. If a screenshot is provided, read it carefully — it is the actual chat. Reply to the last visible message.
32
+ 7. The reply must feel like a natural continuation of the conversation, not a cold opener. It should always be consistent with the chat history.
33
+ 8. No hyphens (-) at all.
34
  `;
35
 
36
  // ==========================================