mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-05 06:33:20 +00:00
Replaced `from langchain.prompts` with `from langchain_core.prompts` where it is appropriate. Most of the changes go to `langchain_experimental` Similar to #20348
4 lines
82 B
Python
4 lines
82 B
Python
from langchain_core.prompts.loading import load_prompt
|
|
|
|
__all__ = ["load_prompt"]
|