Open-Assistant icon indicating copy to clipboard operation
Open-Assistant copied to clipboard

Implement `rank_user_replies` in web

Open fozziethebeat opened this issue 2 years ago • 0 comments

The rank_user_replies task type needs to display these fields:

  • conversation.messages: An messages in a conversation
  • replies: An array of replies to the conversation

It takes the following interaction type:

  • type: post_ranking
  • ranking: An array of ints representing the preferred ordering of the replies, indexed by zero. example: [2,1,0,3] for a series of 4 replies.

fozziethebeat avatar Dec 19 '22 04:12 fozziethebeat