correct
Fix AI mistakes by storing corrections that always appear first. Override previous memories with accurate behavior.
Instructions
Store a correction. Always maximum importance. Always surfaces first.
Use this when the AI made a mistake and you want to prevent it from
happening again. Corrections override normal memories.
Args:
content: What the correct behavior/answer should be.
context: When/where this correction applies.
tags: Comma-separated tags.
namespace: Namespace for organizing memories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| content | Yes | ||
| context | No | ||
| namespace | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |