If a mind is no longer needed, you can delete it using the kill method.
kill
const { success } = await mind.kill(); console.log('Mind deleted');
Arguments
id
string
The id of the mind to fetch
Response
success
boolean
Indicates if the mind was successfully deleted
Last updated 1 year ago