From b7304aff056c87b821fece66d2892220547eeb28 Mon Sep 17 00:00:00 2001 From: Nick Walton Date: Wed, 15 Jul 2020 15:01:21 -0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5acf7db..d1dd538 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ You have access to (but can't modify) the `history` object which is a list of th ### Memory You have access to (but can't modify) the `memory` object which is the current user defined memory. You can modify the memory the game uses by settings the `state.memory.context` value. This will replace the user defined memory. +You can also set `state.memory.frontMemory` which will include whatever is there in front of even the last action when it's fed into the model, but still not display it to the user. ### Quests You can modify the quests property to change the quests of the adventure mid game.