Skip to main content
Freeplay lets you log customer feedback, client events, and any other customer experience-related metadata associated with any LLM completion. This can be useful to tie feedback from your application back to Freeplay creating a feedback loop, whether for explicit signals like a feedback score, or implicit signals like a request to regenerate a completion or edits to a draft. Customer Feedback supports arbitrary key-value pairs and accepts any string, boolean, integer or float. There is one special key-value pair to consider: The key freeplay_feedback is a special case to capture your primary positive/negative user feedback signals from customers. It accepts only the following string values:
  • positive will render a 👍 in the UI
  • negative will render as a 👎 in the UI

Methods Overview

Log Customer Feedback