mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-21 00:35:23 -04:00
d7e17fc8fe
- Deprecate StdInInquire tool (dup of HumanInputRun) - Expose missing tools from `langchain.tools`
6 lines
122 B
Python
6 lines
122 B
Python
"""Tool for asking for human input."""
|
|
|
|
from langchain.tools.human.tool import HumanInputRun
|
|
|
|
__all__ = ["HumanInputRun"]
|