
    ih                     <    d Z ddlZddlmZ ddlmZ dededefdZy)	z$Tools for interacting with the user.    N)Any)HumanInputRunargskwargsreturnc                  L    t        j                  dt               t        | i |S )z#Tool for asking the user for input.zTStdInInquireTool will be deprecated in the future. Please use HumanInputRun instead.)warningswarnDeprecationWarningr   )r   r   s     h/var/www/html/dev/engine/venv/lib/python3.12/site-packages/langchain_community/tools/interaction/tool.pyStdInInquireToolr   	   s(    MM	,
 $)&))    )__doc__r	   typingr   $langchain_community.tools.human.toolr   r    r   r   <module>r      s+    *   >*C *3 *= *r   