Mem0 Forget Delete specific memories from mem0. Execution Step 1: Parse input The user provides either: - A search query: - A memory ID: If no argument, ask: "What should I forget? Provide a search query or memory ID." Step 2: Find memories If memory ID provided (looks like a UUID or hex string): - Call with the ID to verify it exists. - Show: If search query provided: - Call with: - - - - Show numbered list: Step 3: Confirm Ask: "Delete which memories? Enter numbers (e.g., 1,3,5), 'all', or 'cancel'." For a single memory ID, ask: "Delete this memory? [y/N]" Never delete without confirmation.…