Create a Test Run
- Open a test set.
- Click New Run.
- 1) Consumer: choose what runs each item:
- Request: run each item through a single model with generation params you tune (temperature, top-p, max tokens, …).
- Workflow: send each item through a workflow’s full pipeline.
- Agent: replay each item as an agent session and score the final response.
- 2) Description: a human-readable label so you remember why you ran it (e.g. “prompt v3”, “gpt-5.2 temp 0.2”, “post-finetune”). Required for Request and Workflow runs.
- 3) Config: consumer-specific:
- Request: pick the model and generation params.
- Workflow: pick the workflow.
- Agent: pick the agent (and optionally a max-iterations cap).
- 4) Evaluations: pick the evaluation criteria that score the run.
- Request/Workflow runs default to Exact Match; add more criteria as needed.
- Agent runs require at least one criterion (trajectory, outcome, or custom).
- 5) Review: confirm and launch.
What happens after you launch
A run moves through a short lifecycle:- Preparing inputs: each canonical item is adapted into the consumer’s native input (identity for a model; the workflow’s own transform for a workflow; a task payload for an agent). You can preview this before launch.
- Running: the consumer executes every item.
- Scoring: this runs as a separate pass after execution. Until scoring completes, an item’s
score shows as a dash (
-). You can also re-score a completed run after editing criteria.