webui / langchain /formatting.py
zhangyi617's picture
Upload folder using huggingface_hub
129cd69
raw
history blame contribute delete
167 Bytes
"""DEPRECATED: Kept for backwards compatibility."""
from langchain_core.utils.formatting import StrictFormatter, formatter
__all__ = ["StrictFormatter", "formatter"]