/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/agents/{agent_id}/datasets/evaluate/{dataset_name}

Path parameters

agent_idstring uuid required

Agent ID associated with the evaluation dataset

Agent ID associated with the evaluation dataset

dataset_namestring required

Name of the evaluation dataset to append to

Name of the evaluation dataset to append to

Response

Successful Response

versionstring required

Version number of the dataset

namestring required

Name of the dataset

type'tuning_set' | 'evaluation_set' | 'evaluation_set_prediction' | 'evaluation_run_result' required

Changes