update_feedback
Update an existing feedback record by ID: modify its value, weight, or metadata without altering trace linkage. Use create_feedback for new records.
Instructions
Update an existing feedback record by ID. Returns the updated status and feedback IDs, changes only value, weight, and metadata, and leaves the trace linkage immutable; use create_feedback only for a new record.
Input 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |