7 lines
153 B
Python
7 lines
153 B
Python
from langchain_core.prompts.prompt import PromptTemplate
|
|
|
|
# For backwards compatibility.
|
|
Prompt = PromptTemplate
|
|
|
|
__all__ = ["Prompt", "PromptTemplate"]
|