memo_attention_ack
Acknowledge an attention item to stop it from being surfaced again. Use this action to dismiss alert reminders once they are no longer relevant.
Instructions
Acknowledge an attention item so it stops being surfaced.
Idempotent: returns {'acknowledged': false} when the id is unknown or already acknowledged; true only on the first acknowledgement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Id of the attention item to acknowledge. | |
| actor_id | No | Identifier of the acknowledging agent (journaled). | memo |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||