Resolve Event
Resolve an action-required feed event.
Marks the event as resolved and optionally acts on the flagged memories:
- delete_memory delete the specified memories.
- keep_newer keep the most recent version, delete the older one.
- keep_both link both memories as related versions.
Path Parameters
event_id*Event Id
Query Parameters
resolution*Resolution
Resolution type: accepted|dismissed|merged
action?|
Graph action: delete_memory|keep_newer|keep_both
memory_ids?|
Comma-separated memory IDs to act on
Response Body
application/json
application/json
curl -X POST "http://127.0.0.1:14242/agent/feed/events/string/resolve?resolution=string"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}