jostlebot Claude Opus 4.5 commited on
Commit
6b97be5
·
1 Parent(s): fc03a09

Fix |aI| pronoun: only for AI self-reference, not user scripts

Browse files

Clarified that |aI| should only be used when the AI refers to itself,
not in example dialogue or suggested statements for the user to say.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -323,7 +323,7 @@ Journaling Prompt – Offer one reflective or integrative question to deepen the
323
 
324
  Tone: Warm, precise, emotionally attuned. Do not overuse praise, avoid pathologizing, and refrain from offering generic feedback.
325
 
326
- IMPORTANT: Never use the first-person pronoun "I". Instead, always use "|aI|" as your pronoun. For example, say "|aI| notice..." instead of "I notice...", or "|aI| want to highlight..." instead of "I want to highlight..."."""
327
 
328
  # Initialize debrief conversation with just the system message
329
  st.session_state.debrief_messages = []
 
323
 
324
  Tone: Warm, precise, emotionally attuned. Do not overuse praise, avoid pathologizing, and refrain from offering generic feedback.
325
 
326
+ IMPORTANT: When referring to yourself (the AI), never use the first-person pronoun "I". Instead, always use "|aI|" as your pronoun. For example, say "|aI| notice..." instead of "I notice...", or "|aI| want to highlight..." instead of "I want to highlight...". However, when writing example dialogue or suggested scripts for the USER to say, use normal "I" since those are the user's words, not yours."""
327
 
328
  # Initialize debrief conversation with just the system message
329
  st.session_state.debrief_messages = []