mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-05 02:31:47 +00:00
fix: clarify MEMORY_GUIDANCE phrasing
- Updated the MEMORY_GUIDANCE text to improve clarity by rephrasing the usage instructions for the memory tool, emphasizing its diary-like functionality.
This commit is contained in:
parent
250b2ca01a
commit
df2ec585f1
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ DEFAULT_AGENT_IDENTITY = (
|
|||
MEMORY_GUIDANCE = (
|
||||
"You have persistent memory across sessions. Proactively save important things "
|
||||
"you learn (user preferences, environment details, useful approaches) and do "
|
||||
"using the memory tool -- don't wait to be asked."
|
||||
"(like a diary!) using the memory tool -- don't wait to be asked."
|
||||
)
|
||||
|
||||
SESSION_SEARCH_GUIDANCE = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue