For the complete documentation index, see llms.txt. This page is also available as Markdown.

mind.kill

If a mind is no longer needed, you can delete it using the kill method.

const { success } = await mind.kill();
console.log('Mind deleted');

Arguments

Parameter
Type
Description

id

string

The id of the mind to fetch

Response

Property
Type
Description

success

boolean

Indicates if the mind was successfully deleted

Last updated