memory_boost
Increase memory importance scores permanently to prioritize key information in searches within the Memora memory management system.
Instructions
Boost a memory's importance score.
Manually increase a memory's base importance to make it rank higher in importance-sorted searches. The boost is permanent and cumulative.
Args: memory_id: ID of the memory to boost boost_amount: Amount to add to base importance (default: 0.5) Common values: 0.25 (small), 0.5 (medium), 1.0 (large)
Returns: Updated memory with new importance score, or error if not found
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | ||
| boost_amount | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |