mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
6 lines
132 B
Python
6 lines
132 B
Python
|
"""Tool for asking for human input."""
|
||
|
|
||
|
from langchain_community.tools.human.tool import HumanInputRun
|
||
|
|
||
|
__all__ = ["HumanInputRun"]
|