webui / langchain /schema /prompt.py
zhangyi617's picture
Upload folder using huggingface_hub
129cd69
raw
history blame contribute delete
80 Bytes
from langchain_core.prompt_values import PromptValue
__all__ = ["PromptValue"]