Pull an object from the hub and returns it as a LangChain object.
pull(
owner_repo_commit: str,
*,
include_model: bool | None = None,
api_url: str | None = None,
api_key: str | None = None
) -> Any| Name | Type | Description |
|---|---|---|
owner_repo_commit* | str | The full name of the prompt to pull from in the format of
|
include_model | bool | None | Default: NoneWhether to include the model configuration in the pulled prompt. |
api_url | str | None | Default: NoneThe URL of the LangChain Hub API. Defaults to the hosted API service if you have an API key set, or a localhost instance if not. |
api_key | str | None | Default: NoneThe API key to use to authenticate with the LangChain Hub API. |