grove_ack
Acknowledge received messages by clearing the needs-reply flag on the original. Provide channel, correlation ID, and original message ID to confirm processing.
Instructions
Acknowledge a received message. Clears needs-reply flag on the original. Requires grove_write.
Args: channel_name: Channel of the original message. correlation_id: The correlation_id from the message you're acking. original_id: The id of the message being acknowledged. sender: Your agent name. Defaults to your resolved grove_sender. A different identity requires grove_relay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | No | ||
| sender | No | ||
| original_id | Yes | ||
| channel_name | Yes | ||
| correlation_id | Yes |