acknowledge_feedback_responses
Acknowledge feedback responses after the agent has processed them. Use this to stop processed responses from appearing in advisories and list_feedback_responses. Acknowledgement is durable and idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_ids | Yes | Response UUIDs returned by list_feedback_responses. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Indicates success. Errors arrive as content with isError:true. | |
| advisories | No | Structured non-fatal advisories, including authoring issues and unread staff feedback responses. Each advisory.summary is also appended to the text content for the LLM path. | |
| acknowledged | Yes | Response IDs acknowledged by this call. | |
| already_acknowledged | Yes | Response IDs that were already acknowledged. Safe idempotent retries land here. |