When will the agent use the contents of the memory? #6988
Unanswered
zhangjy859
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to create a agent with memory, I use the demo code from document
Its ok, and output
But, if we change the task promopt
output:
I noticed that the agent is no longer generating MemoryQueryEvent. Does this mean that the agent will not further use the content in the Memory? But if it doesn't even Query the content in the memory, how can it determine whether to perform a MemoryQuery or not?
Beta Was this translation helpful? Give feedback.
All reactions