delete_long_term_memory
Remove specific long-term memories by name to manage stored information and maintain relevant data in memory systems.
Instructions
Delete a long-term memory by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"_def": {
"checks": [],
"coerce": false,
"description": "Name of the memory to delete",
"typeName": "ZodString"
},
"~standard": {
"vendor": "zod",
"version": 1
}
}
},
"required": [
"name"
],
"type": "object"
}