Defining custom feedback attributes and scoring systems.
feedbackType
which is typically “Positive” or “Negative”. Beyond this, you can define custom feedback attributes to capture detailed evaluations tailored to your project’s needs. These attributes are configured in your project settings.
You can define various feedback attributes and their corresponding value sets, such as:
Star Rating
Quality Score
User Sentiment
Content Relevance
Task Completion
Humor Level
: “High”, Issue Type
: “Hallucination”).feedbackType
, tailoring the labeling process to your specific AI agent and goals.
When creating a feedback record, it’s required to include either a feedbackType
or at least one custom attribute
. Providing both, or multiple attributes, is also supported.
When feedback is collected via the API or React component, you will specify the feedbackType
(e.g., “POSITIVE”) and any relevant custom attributes
you have configured (e.g., {"Star Rating": 5, "Quality Score": "Excellent"}
).