/agents/{id}/datasets/evaluate
Append To Evaluation Dataset
Append to an existing evaluation Dataset
.
Create a new version of the dataset by appending content to the Dataset
and validating against its schema.
File schema for dataset_type
evaluation_set
is a CSV file or a JSONL file where each line is one JSON object. The following keys are required:
-
prompt
(string
): Prompt or question -
reference
(string
): Reference or ground truth response
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Agent ID associated with the evaluation dataset
Name of the evaluation dataset to append to
Body
multipart/form-data
Response
200
application/json
Successful Response
Response to POST /datasets request