MemoryMesh

delete_nodes

Remove specific nodes and their connections from the MemoryMesh knowledge graph by providing an array of node names to delete.

Instructions

Delete multiple nodes and their associated edges from the knowledge graph

Input Schema

NameRequiredDescriptionDefault
nodeNamesYesAn array of node names to delete

Input Schema (JSON Schema)

{ "properties": { "nodeNames": { "description": "An array of node names to delete", "items": { "description": "Node name to delete", "type": "string" }, "type": "array" } }, "required": [ "nodeNames" ], "type": "object" }
ID: kf6n6221pd