batchAdjustImportance
Adjust importance scores for multiple memories simultaneously in the Claude Consciousness Bridge. Enables bulk updates based on memory ID, content patterns, and importance thresholds for efficient memory management.
Instructions
Batch adjust importance scores for multiple memories at once
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contentPattern | No | Optional pattern to match memory content (will be used with SQL LIKE) | |
maxImportance | No | Only update memories with importance <= this value | |
minImportance | No | Only update memories with importance >= this value | |
updates | Yes | Array of memory updates |