Ask a question to get started
Enter to sendā¢Shift+Enter new line
Format the prompt given the input values.
format(values: InputValues): Promise<string>
values
InputValues
A dictionary of arguments to be passed to the prompt template.
prompt.format({ foo: "bar" });