memo_attention_ack
Acknowledge an attention item to stop it from being surfaced. Returns true only on first acknowledgement, false if unknown or already acknowledged.
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 | |||