chainlit
chainlit copied to clipboard
Want to add the thumbs-up and thumbs-down button after each message without using the datalayer.
trafficstars
We have a separate feedback API endpoint located in the cloud. Instead of using the custom datalayer provided by Chainlit, I want to add two buttons at the end of each message. A feedback API call will be triggered when a button is clicked. Please advise if we can implement this through the action feature. Thank you.