mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
4159a4723c
Added missed module descriptions. Fixed format.
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"]
|