- DATE:
- AUTHOR:
- The LangChain Team
LangSmith SaaS
💬 Manage private prompts without a handle
DATE:
AUTHOR:
The LangChain Team
We’ve improved our SDK and LangSmith Prompts UI to make navigating prompts simpler. Now, only public prompts require a handle on creation. New accounts won’t need to create a LangChain Hub handle until a public prompt is made.
When pulling or pushing your own prompts via the SDK, you no longer need to specify your handle. For example, you can use hub.pull('prompt_name')
instead of hub.pull('handle/prompt_name')
.