mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-31 12:09:58 +00:00
6 lines
174 B
Python
6 lines
174 B
Python
"""Unified method for **loading a prompt** from LangChainHub or local file system.
|
|
"""
|
|
from langchain_experimental.prompts.load import load_prompt
|
|
|
|
__all__ = ["load_prompt"]
|