create_test_set
Organize test cases by creating a test set with a name and optional parameters, enabling structured evaluation scenarios.
Instructions
Create a test set to organize test cases. After creating, use create_test_case to add scenarios.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| display_name | Yes | Human-readable name for the test set | |
| slug | No | URL-friendly identifier (auto-generated if not provided) | |
| description | No | Description of the test set | |
| test_set_type | No | Type of test set: DEFAULT, SCENARIO, TRANSCRIPT, WORKFLOW | |
| test_set_metadata | No | Additional configuration metadata | |
| parameters | No | Test case parameterization (e.g., {"name": ["Alice", "Bob"]}) |