From 728ef98d6e675073134cc3cb1d1ebad3a55fe7c7 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Wed, 5 Mar 2025 17:05:28 +0530 Subject: [PATCH] Doc: Update doc for both user and agent (#2313) --- docs/platform/quickstart.mdx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/platform/quickstart.mdx b/docs/platform/quickstart.mdx index ee5f2946..659ad36f 100644 --- a/docs/platform/quickstart.mdx +++ b/docs/platform/quickstart.mdx @@ -353,11 +353,10 @@ curl -X POST "https://api.mem0.ai/v1/memories/" \ #### Long-term memory for both users and agents -When you provide both `user_id` and `agent_id`, Mem0 will store memories separately for each: -- User messages are stored under the specified `user_id` -- Assistant messages are stored under the specified `agent_id` - -This allows both the user and agent to maintain their own consistent memory across sessions. +When you provide both `user_id` and `agent_id`, Mem0 will store memories with both identifiers attached: +- Each memory will be tagged with both the specified `user_id` and `agent_id` +- During retrieval, you'll need to provide both IDs to access the memories +- This enables tracking the full context of conversations between specific users and agents