memory.remove
Overview
- Removes the social context (memory) with target_entity_id from the owner character.
Metadata
| Field | Value |
|---|---|
| Display | Remove Memory |
| Category | memory |
| Access | ScriptCheat |
| Scope | B2Authority |
| Tags | — |
| Aliases | — |
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| entity_id | entityId | no | — | Owner entity ID (default: possessed) |
| target_entity_id | entityId | yes | — | Target entity of the social context to remove |
Returns
- Return shape is not declared for this command.
Usage
await inzoi.cli.execute('memory.remove', {
entity_id: 0, // optional
target_entity_id: 0,
});