confirm_memory
Increase a memory's confidence score while preserving its original timestamp, enabling incremental confirmation without resetting the record.
Instructions
Boost a memory's confidence score without resetting its timestamp. Unlike refresh_entity (which resets to 1.0), this incrementally increases confidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memoryName | Yes | Name of the memory entity to confirm | |
| confidenceBoost | No | Amount to boost confidence by (default: 0.1) |