Maxim Logo
How toLog your application

Send feedback for AI application traces

Track and collect user feedback in application traces using Maxim's Feedback entity. Enhance your AI applications with structured user ratings and comments

Add feedback to traces

trace.feedback({
    score: 5,
    feedback: "Great job!",
});

On this page