llongterm.get

Fetch the mind you need

const mind = await llongterm.get({ id: mind_id })
console.log('Mind fetched:', mind);

Arguments

Parameter
Type
Description

id

string

The id of the mind to fetch

Response

Property
Type
Description

mind

<Mind>

Llongterm Mind object



Last updated