Schema for managing runs.
A run represents an execution of a prompt version with specific variable values across multiple providers.
Summary
Functions
Changeset for creating or updating a run.
Types
Functions
@spec changeset(t(), map()) :: Ecto.Changeset.t()
Changeset for creating or updating a run.
Validates that prompt_version_id and variable_values are present.