MemoryMesh

delete_temporal

Delete an existing temporal from the knowledge graph

Input Schema

NameRequiredDescriptionDefault
delete_temporalYesDelete parameters for temporal

Input Schema (JSON Schema)

{ "properties": { "delete_temporal": { "description": "Delete parameters for temporal", "properties": { "name": { "description": "The name of the temporal to delete", "type": "string" } }, "required": [ "name" ], "type": "object" } }, "required": [ "delete_temporal" ], "type": "object" }