pub fn execute_delete(arguments: Value) -> Result<ToolResult>Expand description
Executes the delete tool - soft or hard deletes a memory.
Defaults to soft delete (tombstone) which can be restored later.
Use hard: true for permanent deletion.
pub fn execute_delete(arguments: Value) -> Result<ToolResult>Executes the delete tool - soft or hard deletes a memory.
Defaults to soft delete (tombstone) which can be restored later.
Use hard: true for permanent deletion.