Schema for managing prompts.
A prompt is a template container that can have multiple versions.
Summary
Functions
Changeset for creating or updating a prompt.
Types
Functions
@spec changeset(t(), map()) :: Ecto.Changeset.t()
Changeset for creating or updating a prompt.
Validates that name is present. Converts comma-separated tags string to array if needed.