memory_outcome_tool
Record memory application outcomes to validate accuracy and adjust confidence levels for improved AI decision-making.
Instructions
Record the outcome of a memory application and adjust confidence.
Records whether applying a memory succeeded or failed, creating a validation event and adjusting confidence accordingly.
Args: memory_id: ID of the memory that was applied success: Whether the application was successful error_msg: Optional error message if failed session_id: Optional session identifier
Returns: Result with updated confidence and promotion status
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes | ||
| success | Yes | ||
| error_msg | No | ||
| session_id | No |