memory.clear_all
Overview
- Clears all social contexts of the owner and removes the owner's memory from each target as well.
Metadata
| Field | Value |
|---|---|
| Display | Clear All Memories |
| Category | memory |
| Access | ScriptCheat |
| Scope | B2Authority |
| Tags | — |
| Aliases | — |
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| entity_id | entityId | no | — | Owner entity ID (default: possessed) |
Returns
- Return shape is not declared for this command.
Usage
await inzoi.cli.execute('memory.clear_all', {
entity_id: 0, // optional
});