datasets_create
Create a dataset with CSV data. First row is the header. Two column names are recognized specially: "expected_output" is each row's answer key (ground truth) given to the judge and to checks that compare against the row's expected value, and "actual_output" is a pre-made output to score in a prompt-less run. Both are overridable per run (expected_column / output_column). Every column is also available to the prompt as a variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| csv_data | Yes | ||
| tag_names | No |