# Functions
Define creates and registers a new Prompt.
New creates a new Prompt without registering it.
Open opens and parses a dotprompt file.
OpenVariant opens a parses a dotprompt file with a variant.
Parse parses the contents of a dotprompt file.
SetDirectory sets the directory where dotprompt files are read from.
# Structs
Config is optional configuration for a [Prompt].
Prompt is a parsed dotprompt file.
PromptRequest is a request to execute a dotprompt template and pass the result to a [Model].