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 keyDocumentation Index
Fetch the complete documentation index at: https://docs.freeplay.ai/llms.txt
Use this file to discover all available pages before exploring further.
freeplay_feedback is a special case to capture your primary positive/negative user feedback signals from customers. It accepts only the following string values:
positivewill render a 👍 in the UInegativewill render as a 👎 in the UI
Methods Overview
| Method Name | Parameters | Description |
|---|---|---|
update | completion_id: string feedback: dict | Log feedback associated with a specified completion |

