Append to an existing tuning 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:

  • knowledge (list[str]): Retrieved knowledge used to generate the reference answer. knowledge is a list of retrieved text chunks.

  • reference (str): The gold-standard answer to the prompt.

  • guideline (str): Guidelines for model output. If you do not have special guidelines for the model's output, you can use the System Prompt defined in your Agent configuration as the guideline.

  • prompt (str): Question for the model to respond to.

For examples of what tuning_set should look like, check out our Tune & Evaluation Guide.

Language
Credentials
Bearer
API Key
Click Try It! to start a request and see the response here!