Create an eval prompt set
Create a new eval prompt set bound to a shared model. Initial prompts can be supplied; additional prompts can be added later via PATCH.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Body
The shared model this prompt set is bound to.
"880e8400-e29b-41d4-a716-446655440003"
Human-readable name for the prompt set. 255 characters or fewer.
1 - 255"Orders regression"
URL-safe identifier for the prompt set. Must be unique per model_id and match ^[a-z][a-z0-9-]*$. Max 255 characters.
255^[a-z][a-z0-9-]*$"orders-regression"
Optional human-readable description of the prompt set. Max 1024 characters.
1024"Regression suite for the orders topic"
Initial prompts for the set. Defaults to an empty list. At most 25 prompts.
25Response
Prompt set created successfully.