Manage feedback for monitoring, evaluation and training in Adaptive Engine
Taxonomy of feedback types in Adaptive Engine
Adaptive
client firstThe Adaptive Engine UI allows you to track and monitor production feedback for your models against selected feedback keys
feedback_key
(see Feedback).
When you make an inference request, the API response includes a completion_id
UUID along with the
model’s output (see Make inference requests to learn more). You must log your feedback
for an output using its completion_id.
completion_id
for logging, not its id
.completion_id
for a Chat API response as follows:
stream=True
to the Chat API to stream completions, you can find the same completion_id
in each streamed chunk as follows:
CSAT
(customer satisfaction score) of 5.
Adaptive
client firstdetails
for more context or justification on the provided feedback.
See the SDK Reference to see the full method definition.