Optional
templateThe values to be used to format the prompt template.
A promise that resolves to a string which is the formatted prompt.
Static
fromLoad prompt template from a template
Optional
params: Omit<HandlebarsPromptTemplateInput<RunInput>, "template" | "inputVariables" | "customParser" | "templateValidator" | "renderer">Generated using TypeDoc
Formats the prompt template with the provided values.