Reflect On Feedback
reflect_on_feedbackAnalyze negative feedback to identify root causes and generate preventive rules that stop recurring mistakes.
Instructions
Run a post-mortem analysis on negative feedback. Returns a proposed rule and recurrence info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | One-line context from the caller | |
| whatWentWrong | No | What the caller said went wrong | |
| feedbackEventId | No | ID of a previously captured feedback event | |
| conversationWindow | No | Last 5-10 conversation turns before the feedback signal. |