update_feedback
Modify existing feedback entries by updating their value, weight, or metadata to refine system responses and improve accuracy.
Instructions
Update existing feedback by ID. Allows modifying the feedback value, weight, or metadata after initial creation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique identifier of the feedback to update | |
| value | No | New feedback value/rating. Common patterns: 1 for positive, 0 for negative. | |
| weight | No | New weighting factor for the feedback | |
| metadata | No | New or updated custom metadata for the feedback |