Schema for evaluation test suites.
A suite groups test cases together for a specific prompt, allowing systematic testing across multiple scenarios.
Summary
Functions
Changeset for creating or updating a suite.
Types
Functions
@spec changeset(t(), map()) :: Ecto.Changeset.t()
Changeset for creating or updating a suite.
Validates that name and prompt_id are present.