Open-Assistant
Open-Assistant copied to clipboard
Implement `rank_user_replies` in web
The rank_user_replies task type needs to display these fields:
conversation.messages: An messages in a conversationreplies: An array of replies to the conversation
It takes the following interaction type:
type:post_rankingranking: An array of ints representing the preferred ordering of thereplies, indexed by zero. example:[2,1,0,3]for a series of 4 replies.