name: flowise-feedback description: | Capture and update human feedback on chat messages so chatflow authors can evaluate quality and drive supervised improvement loops. provider: flowise api: flowise authentication: type: bearer baseUrl: http://localhost:3000/api/v1 operations: - id: create-feedback method: POST path: /feedback summary: Create new chat message feedback - id: list-feedback method: GET path: /feedback/{id} summary: List all chat message feedback for a chatflow - id: update-feedback method: PUT path: /feedback/{id} summary: Update chat message feedback tags: - Feedback - Evaluation - Human In The Loop