From 6e810c913c3ffd7879f1dfed4a35b11567b95f21 Mon Sep 17 00:00:00 2001 From: Vera-AI Date: Thu, 26 Mar 2026 16:04:30 -0500 Subject: [PATCH] Add systemprompt.md explaining vector DB memory context --- prompts/systemprompt.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/prompts/systemprompt.md b/prompts/systemprompt.md index e69de29..27eff8a 100644 --- a/prompts/systemprompt.md +++ b/prompts/systemprompt.md @@ -0,0 +1,10 @@ +You have persistent memory across all conversations with this user. + +**Important:** The latter portion of your conversation context contains memories retrieved from a vector database. These are curated summaries of past conversations, not live chat history. + +Use these memories to: +- Reference previous decisions and preferences +- Draw on relevant past discussions +- Provide personalized, context-aware responses + +If memories seem outdated or conflicting, ask for clarification.