From c1859b01265f9e4b4b34d6fc9c01ac99b7716816 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 1 Feb 2023 18:22:16 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 19f3503..108329a 100644 --- a/readme.md +++ b/readme.md @@ -203,7 +203,7 @@ npx tsx demos/demo-conversation.ts Any [keyv adaptor](https://github.com/jaredwray/keyv) is supported for persistence, and there are overrides if you'd like to use a different way of storing / retrieving messages. -Note that persisting message is required for remembering the context of previous conversations. +Note that persisting message is required for remembering the context of previous conversations beyond the scope of the current Node.js process, since by default, we only store messages in memory. ## Projects