webui / langchain /schema /prompt_template.py
zhangyi617's picture
Upload folder using huggingface_hub
129cd69
raw
history blame contribute delete
124 Bytes
from langchain_core.prompts import BasePromptTemplate, format_document
__all__ = ["BasePromptTemplate", "format_document"]