Submit human feedback for a span.
This endpoint allows you to provide feedback (thumbs up/down) on a span’s output. The feedback is stored on the associated generation and can trigger auto-save to the function’s dataset based on the observer’s configuration.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the span to provide feedback on
Feedback score (0.0=negative, 1.0=positive)
0 <= x <= 1Optional comment explaining the feedback
"Great output, exactly what I needed"
Force save to dataset (True=force save, False=never save, None=use auto-save config)