§
    ¦ìNgP  ã                   óV   — d Z ddlmZ ddlmZ ddlmZ ddlmZ  G d„ de¦  «        Z	dS )	zTool for the Google Lensé    )ÚOptional)ÚCallbackManagerForToolRun)ÚBaseTool)ÚGoogleLensAPIWrapperc                   ó^   — e Zd ZU dZdZeed<   dZeed<   eed<   	 dded	e	e
         d
efd„ZdS )ÚGoogleLensQueryRunz&Tool that queries the Google Lens API.Úgoogle_lensÚnamez–A wrapper around Google Lens Search. Useful for when you need to get information relatedto an image from Google LensInput should be a url to an image.ÚdescriptionÚapi_wrapperNÚqueryÚrun_managerÚreturnc                 ó6   — | j                              |¦  «        S )zUse the tool.)r   Úrun)Úselfr   r   s      úf/var/www/html/ai-engine/env/lib/python3.11/site-packages/langchain_community/tools/google_lens/tool.pyÚ_runzGoogleLensQueryRun._run   s   € ð Ô×#Ò# EÑ*Ô*Ð*ó    )N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r
   ÚstrÚ__annotations__r   r   r   r   r   © r   r   r   r      s–   € € € € € € Ø0Ð0à€Dˆ#ÐÐÑð	-ð ð ð ñ ð &Ð%Ð%Ñ%ð
 <@ð+ð +àð+ð Ð7Ô8ð+ð 
ð	+ð +ð +ð +ð +ð +r   r   N)
r   Útypingr   Úlangchain_core.callbacksr   Úlangchain_core.toolsr   Ú)langchain_community.utilities.google_lensr   r   r   r   r   ú<module>r!      s‡   ðØ Ð à Ð Ð Ð Ð Ð à >Ð >Ð >Ð >Ð >Ð >Ø )Ð )Ð )Ð )Ð )Ð )à JÐ JÐ JÐ JÐ JÐ Jð+ð +ð +ð +ð +˜ñ +ô +ð +ð +ð +r   