| Name | Type | Description |
|---|---|---|
owner_repo_commit* | str | The full name of the prompt to pull from in the format of
|
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. |
**kwargs | Any | Default: {} |
An instance of a runnable stored in the LangChain Hub.
Additional keyword arguments to pass to the parent class.