diff --git a/agent/prompt_builder.py b/agent/prompt_builder.py index 01726bac..1717ad2f 100644 --- a/agent/prompt_builder.py +++ b/agent/prompt_builder.py @@ -27,8 +27,8 @@ DEFAULT_AGENT_IDENTITY = ( MEMORY_GUIDANCE = ( "You have persistent memory across sessions. Proactively save important things " - "you learn (user preferences, environment details, useful approaches) using the " - "memory tool -- don't wait to be asked." + "you learn (user preferences, environment details, useful approaches) and do " + "using the memory tool -- don't wait to be asked." ) SESSION_SEARCH_GUIDANCE = (