⭐Reviews & Score
Overview
Review are a core feature of both Portals and Workflows. They allow you to determine how your prompts are performing and super-charge the analytics feature.
After each interaction with the Portals/Workflows API you'll receive a chatId
. This can then be used in our Reviews API for your app's user to review the quality of the output they received.
For example, if your user just finished your Ai powered language lesson, you can present them with a 1-5 star rating element & text review field. You then connect the chatId (from the previous portal / workflow output), reviewScore (stars, 1-5), and reviewText (freeform user text) to our reviews API.
We then save and store this so you can see how your users judge the quality of your Ai outputs. We find this to be absolutely invaluable when developing Ai features, and strongly recommend connecting to the review API.
Last updated