| Name | Type | Description |
|---|---|---|
repo_full_name* | str | The full name of the prompt to push to in the format of
|
object* | Any | The LangChain object to serialize and push to the hub. |
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: None |
parent_commit_hash | str | Default: 'latest' |
new_repo_is_public | bool | Default: False |
new_repo_description | str | None | Default: None |
readme | str | None | Default: None |
tags | Sequence[str] | None | Default: None |
Push an object to the hub and returns the URL it can be viewed at in a browser.
The API key to use to authenticate with the LangChain Hub API.
The commit hash of the parent commit to push to. Defaults to the latest commit automatically.
Whether the prompt should be public.
The description of the prompt.
README content for the repository.
Tags to associate with the prompt.