Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the project
The unique identifier of the inference log
Body
Quality score of the response (-1 is worst, 1 is best)
-1 <= x <= 1
0.8
Importance of this signal (0 is least important, 1 is most important)
0 <= x <= 1
1
An improved version of the response (used for supervised fine-tuning)
{
"role": "assistant",
"content": "Improved response text..."
}
Qualitative feedback about the response (used for RLHF)
"The response was accurate but could be more concise"
Name of the signal/sensor for observability
"user_thumbs_up"
Source of the feedback signal
system
, user
"user"
Type of feedback signal
explicit
, implicit
"explicit"
Additional metadata for observability
{
"ui_version": "1.2.3",
"session_id": "abc123"
}