File upload
Upload your test data directly as files. Ideal for analyzing historical data or running experiments with pre-collected datasets. Key Feature: Test with existing dataSupported Formats: CSV, JSON, and JSONL
Field Requirements
Regardless of your file format, your file must contain the following fields:messages(required): An array of message objects, each with:role: the role of the message sender (for example,user,assistant, orsystem)content: the message content
expected_output(optional): the expected response for evaluation purposes
Format examples
CSV format
CSV format
JSON format
JSON format
JSONL format
JSONL format
The
expected_output field is optional. If provided, it enables quality metrics and evaluation features for your A/B
tests.