Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zhangyi617
/
webui
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
webui
/
langchain
/
tools
/
human
/
__init__.py
zhangyi617
Upload folder using huggingface_hub
129cd69
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
122 Bytes
"""Tool for asking for human input."""
from
langchain.tools.human.tool
import
HumanInputRun
__all__ = [
"HumanInputRun"
]