Submit Task Feedback
Feedback
Submit Task Feedback
Submit necessary/unnecessary/unclear feedback for a tool call in a task
POST
Submit Task Feedback
Request Body
tool_call_id(UUID, required)feedback_type(required:necessary | unnecessary | unclear)comment(optional)
Behavior
- If the same user already submitted feedback for this tool call, the record is updated.
- Aggregated unnecessary-tool patterns are recomputed for that tool.
Response
Returns feedback row withid, task_id, user_id, tool_call_id, feedback_type, comment, created_at.
