Tool
brain_memory_update
Replace a memory you own (or a shared one)
Replace a memory you own (or a shared one)
Behavior
- HTTP
PATCH /brain/memory/:memory_id
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| content | string | • | Replacement content |
| memory_id | string | • | Engine memory id |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| success | boolean | • | |
| memory_id | string | • | |
| request_id | string | • |
Try it
Replace a memory you own (or a shared one).