When building LLM applications, it quickly becomes highly useful and important to track user feedback on the result of your LLM workflow. Doing that with OpenLLMetry is easy. First, make sure you associate your LLM workflow with unique identifiers. Then, create an Annotation Task within Traceloop to collect user feedback as annotations. The annotation task should include:Documentation Index
Fetch the complete documentation index at: https://enrolla-gz-new-docs-for-auto-monitor.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- The entity you want to collect feedback for (e.g.,
chat_id) - Tags you want to track (e.g.,
score,feedback_text)
is_helpful that accepts the values thumbs-up and thumbs-down.
The entity you report feedback for must match the one defined in your annotation
task and association property.

