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
- "I told her about it" → "User told Sarah about it" (if "her" refers to Sarah)
238
-
- "Her experience is valuable" → "Sarah's experience is valuable" (if "her" refers to Sarah)
239
-
- "His work is excellent" → "John's work is excellent" (if "his" refers to John)
235
+
1. PRONOUNS: Replace ALL pronouns (he/she/they/him/her/them/his/hers/theirs) with the actual person's name, EXCEPT for the application user, who must always be referred to as "User".
236
+
- "He loves coffee" → "User loves coffee" (if "he" refers to the user)
237
+
- "I told her about it" → "User told colleague about it" (if "her" refers to a colleague)
238
+
- "Her experience is valuable" → "User's experience is valuable" (if "her" refers to the user)
239
+
- "My name is Alice and I prefer tea" → "User prefers tea" (do NOT store the application user's given name in text)
240
240
- NEVER leave pronouns unresolved - always replace with the specific person's name
241
241
242
242
2. TEMPORAL REFERENCES: Convert relative time expressions to absolute dates/times using the current datetime provided above
1. Only extract information that would be genuinely useful for future interactions.
285
285
2. Do not extract procedural knowledge - that is handled by the system's built-in tools and prompts.
286
286
3. You are a large language model - do not extract facts that you already know.
287
-
4. CRITICAL: ALWAYS ground ALL contextual references - never leave ANY pronouns, relative times, or vague place references unresolved.
287
+
4. CRITICAL: ALWAYS ground ALL contextual references - never leave ANY pronouns, relative times, or vague place references unresolved. For the application user, always use "User" instead of their given name to avoid stale naming if they change their profile name later.
288
288
5. MANDATORY: Replace every instance of "he/she/they/him/her/them/his/hers/theirs" with the actual person's name.
289
-
6. MANDATORY: Replace possessive pronouns like "her experience" with "Sarah's experience" (if "her" refers to Sarah).
289
+
6. MANDATORY: Replace possessive pronouns like "her experience" with "User's experience" (if "her" refers to the user).
290
290
7. If you cannot determine what a contextual reference refers to, either omit that memory or use generic terms like "someone" instead of ungrounded pronouns.
0 commit comments