Datapoints
Update a specific datapoint
PUT
/
datapoints
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredID of datapoint to update
Body
application/json
inputs
object
Arbitrary JSON object containing the inputs for the datapoint
history
object[]
Conversation history associated with the datapoint
ground_truth
object
Expected output JSON object for the datapoint
linked_evals
string[]
Ids of evaluations where the datapoint is included
linked_datasets
string[]
Ids of all datasets that include the datapoint
metadata
object
Any additional metadata for the datapoint