memory.mark_read
Overview
- Updates the last-read time so the unread memory count becomes zero.
Metadata
| Field | Value |
|---|---|
| Display | Mark Memories Read |
| Category | memory |
| Access | ScriptCheat |
| Scope | B2Authority |
| Tags | — |
| Aliases | — |
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| entity_id | entityId | no | — | Target entity ID (default: possessed) |
Returns
- Return shape is not declared for this command.
Usage
await inzoi.cli.execute('memory.mark_read', {
entity_id: 0, // optional
});