a digital person for bluesky
42
fork

Configure Feed

Select the types of activity you want to include in your feed.

Document duplicate deletion behavior in tool description

Adds important note that all archival memories with identical text
will be deleted when using flag_archival_memory_for_deletion.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

+3
+3
tools/flag_memory_deletion.py
··· 27 28 The system will search for all archival memories with this exact text and delete them. 29 30 Args: 31 reason: The reason why this memory should be deleted 32 memory_text: The exact text content of the archival memory to delete
··· 27 28 The system will search for all archival memories with this exact text and delete them. 29 30 + IMPORTANT: If multiple archival memories have identical text, ALL of them will be deleted. 31 + Make sure the memory_text is unique enough to avoid unintended deletions. 32 + 33 Args: 34 reason: The reason why this memory should be deleted 35 memory_text: The exact text content of the archival memory to delete