Extended by
Methods
getPrompt()
Parameters
name
string
args?
Record<string, string>
options?
RequestOptions
Returns
Promise<{
[key: string]: unknown;
}>
listPrompts()
Parameters
options?
RequestOptions
Returns
Promise<{
}[]>Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
getPrompt(
name,
args?,
options?): Promise<{
[key: string]: unknown;
}>;
string
Record<string, string>
RequestOptions
Promise<{
[key: string]: unknown;
}>
listPrompts(options?): Promise<{
}[]>;
RequestOptions
Promise<{
}[]>