pull/291/head
Travis Fischer 2023-02-01 18:22:16 -06:00
rodzic 47721aac7a
commit c1859b0126
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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