Pull a prompt from the hub.
pull<
T extends Runnable<any, any, RunnableConfig<Record<string, any>>>
>(ownerRepoCommit: string, options: __type): Promise<T>| Name | Type | Description |
|---|---|---|
ownerRepoCommit* | string | The name of the repo containing the prompt, as well as an optional commit hash separated by a slash. |
options | __type |