You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create the DotpromptOptions class to hold configuration settings.
This involves defining attributes for default model, model configurations, helpers, partials, tools, resolvers (tool, schema, partial), and schemas.
Create the Dotprompt class with its constructor.
Initialize the Handlebars engine.
Store configuration options from DotpromptOptions.
Register default helper functions.
Register custom helpers and partials from the options.
The text was updated successfully, but these errors were encountered:
Create the DotpromptOptions class to hold configuration settings.
This involves defining attributes for default model, model configurations, helpers, partials, tools, resolvers (tool, schema, partial), and schemas.
Create the Dotprompt class with its constructor.
Initialize the Handlebars engine.
Store configuration options from DotpromptOptions.
Register default helper functions.
Register custom helpers and partials from the options.
The text was updated successfully, but these errors were encountered: