- Within-session memory — every message in the current chat is kept in the model’s context window, so the assistant understands follow-ups without restating the topic.
- Persistent history — when the session ends, the conversation is written to a database. The next time you open the assistant, those messages are loaded back in so the conversation can continue.
Within-session memory
During an active conversation, the assistant keeps the full history of messages exchanged in that session as part of its context. This means:- Follow-up questions are understood without re-stating the topic
- The assistant can refer back to something you mentioned earlier in the chat
- Multi-step requests stay coherent across several messages
Persistent history
Conversation history is stored in a database and persists beyond the current session. When you return to the AI assistant after closing the browser or logging out, your previous exchanges are still available. This persistent storage means:- The assistant can reference conversations from previous sessions
- You do not need to repeat background information you have already shared
- NGO admins reviewing interactions can access prior exchanges for continuity of care
Conversation history is retained for as long as your organization’s data retention policy allows. Contact your WeCareRemote administrator if you have questions about how long your history is stored.
Starting a fresh conversation
If you want to start a conversation without the assistant drawing on previous history, you can begin a new session or conversation thread. Starting a new thread gives the assistant a clean slate — it will not automatically reference past exchanges unless you bring them up yourself. To start a fresh conversation:Create a new conversation
Use the New conversation button or option in the conversation list. This starts a new thread with no prior context loaded.
Starting a new conversation does not delete your previous conversations. They remain accessible in your conversation history and can be resumed at any time.
Privacy
All conversation data is stored on the WeCareRemote platform. Your messages are retained to support the persistent memory features described on this page.- Conversation history is associated with your account and is not shared with other users
- NGO admins may have access to conversation logs for users within their organization, in accordance with their platform permissions
- If you have questions about data retention policies or want to request deletion of your conversation history, contact your WeCareRemote administrator
How thread IDs work
When you talk to the assistant through the API, each conversation is identified by athread_id. Passing the same thread_id to subsequent requests continues the same conversation; omitting it starts a fresh thread.