Replies: 1 comment
-
The memory is updated as follows: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't seem to find the exact line of code where running the conversation chain updates the memory module. Inspecting the
conversation.predict
function which callsself.apply
that runs thellm's
generate function. Is there some sort of callbacks triggered to update the memory module that i'm not catching?Beta Was this translation helpful? Give feedback.
All reactions