forget
Deletes the stored memory most closely matching a query, removing it from the user's memory namespace. Use this to erase specific remembered information.
Instructions
Delete the single memory most relevant to query.
Destructive. Finds the best-matching memory and removes it. If nothing
matches, nothing is deleted.
Args:
query: Describes the memory to remove.
user_id: Namespace to delete from (default "default").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| user_id | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |