webui / langchain /prompts /pipeline.py
zhangyi617's picture
Upload folder using huggingface_hub
129cd69
raw
history blame contribute delete
133 Bytes
from langchain_core.prompts.pipeline import PipelinePromptTemplate, _get_inputs
__all__ = ["PipelinePromptTemplate", "_get_inputs"]