Function: createPrompt()
Parameters
options
CreatePromptOptions
Creation request.
Returns
Promise<PromptTemplate>
A promise that resolves to the created template summary.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function createPrompt(options: CreatePromptOptions): Promise<PromptTemplate>;
CreatePromptOptions
Creation request.
Promise<PromptTemplate>
A promise that resolves to the created template summary.Was this page helpful?
