forget
Soft-delete a memory chunk by ID to stop it from appearing in search results while keeping it recoverable. Sets importance to zero.
Instructions
Soft-delete a memory chunk by ID.
The chunk is removed from search results but stays in the database for potential recovery. Sets importance to 0 and marks it in metadata.
Args: chunk_id: The UUID of the chunk to forget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chunk_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |