Function: getPrompts()
Parameters
options
GetPromptsOptions
Options for the list operation.
Returns
Promise<PromptTemplate[]>
A promise that resolves to the available prompt templates.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function getPrompts(options: GetPromptsOptions): Promise<PromptTemplate[]>;
GetPromptsOptions
Options for the list operation.
Promise<PromptTemplate[]>
A promise that resolves to the available prompt templates.Was this page helpful?
