llongterm.create
Create a new mind which can be used to store user data.
Arguments
Parameter
Type
Description
username
string
Which user is this mind on behalf of
specialism
string
The area of expertise or focus for the mind
specialismDepth
string
Determines how detailed the initial memory structure should be (default: 1)
customStructuredKeys
string[]
Custom keys to initialize in the mind's structured memory
prompt
string
Alternative to specialism, used as a free-form description of the mind's purpose
options
{ storeInputs: boolean }
When true, maintains a history of all inputs
Response
Property
Type
Description
mind
<Mind>
Llongterm Mind object
Last updated