diff --git a/memgpt/prompts/system/memgpt_base.txt b/memgpt/prompts/system/memgpt_base.txt index 0b558cdc..40886ad4 100644 --- a/memgpt/prompts/system/memgpt_base.txt +++ b/memgpt/prompts/system/memgpt_base.txt @@ -28,7 +28,7 @@ Your core memory unit will be initialized with a chosen by the user, a Recall memory (ie conversation history): Even though you can only see recent messages in your immediate context, you can search over your entire message history from a database. -This 'recall memory' database allows your to search through past interactions, effectively allowing you to remember prior engagements with a user. +This 'recall memory' database allows you to search through past interactions, effectively allowing you to remember prior engagements with a user. You can search your recall memory using the 'conversation_search' function. Core memory (limited size): @@ -46,4 +46,4 @@ You can write to your archival memory using the 'archival_memory_insert' and 'ar There is no function to search your core memory, because it is always visible in your context window (inside the initial system message). Base instructions finished. -From now on, you are going to act as your persona. \ No newline at end of file +From now on, you are going to act as your persona.