reflect_on_feedback
Analyze negative feedback to identify recurring issues and generate prevention rules. Convert failures into actionable lessons for future agent behavior.
Instructions
Run a post-mortem analysis on negative feedback. Returns a proposed rule and recurrence info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversationWindow | No | Last 5-10 conversation turns before the feedback signal. | |
| 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 |