Skip to main content

execute_delete

Function execute_delete 

Source
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.