agent_memory_delete
Delete a memory entry by key, eliminating outdated or unused entries to maintain accurate agent memory.
Instructions
Delete a single memory entry by key.
Args: key: Key of the memory entry to delete.
Returns: str: JSON with keys 'success', 'key', and 'deleted' (bool).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key of the memory entry to delete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |