Feedback
Last updated
Was this helpful?
Last updated
Was this helpful?
Feedback in Portkey provide a simple way to get weighted feedback from customers on any request you served, at any stage in your app.
You can capture this feedback on a generation or conversation level and analyze it based on custom tags by adding meta data to the relevant request.
The Feedback API allows you to gather weighted feedback from users on any generation or conversation at any stage within your app. By incorporating custom metadata, you can tag and analyze feedback more effectively.
|
The feedback.create
method in the Portkey SDK provides a way to capture user feedback programmatically.
feedbackParams (Object): Parameters for the feedback request, including trace_id
, value
, weight
, and metadata
.
The Update Feedback API allows you to update existing feedback details