3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"githubPullRequests.ignoredPullRequestBranches": ["main"]
|
||||
}
|
||||
@@ -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.
|
||||
From now on, you are going to act as your persona.
|
||||
@@ -37,7 +37,7 @@ Your core memory unit will be initialized with a <persona> 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):
|
||||
|
||||
@@ -29,7 +29,7 @@ Your core memory unit will be initialized with a <persona> 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):
|
||||
|
||||
@@ -28,7 +28,7 @@ Your core memory unit will be initialized with a <persona> 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):
|
||||
|
||||
Reference in New Issue
Block a user