Is it available?
At the moment, the RLHF feature is only available to a few users. We are working on making it available to everyone.What can I do for now?
You can still use the votes endpoint to vote on the quality of the AI response, and you can use the history endpoints to see the history of votes.From where I can get the message ID?
You will need the message id in order to vote on. You have two options:- In the chat widget, after every AI response you will get a socket event with the name
vote. The event will contain the message ID of the last AI response. - Or you can use the
historyendpoint to get the history of votes and find the message ID of the last AI response.