§
    ¦ìNgf  ã                   ó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 Trendsé    )ÚOptional)ÚCallbackManagerForToolRun)ÚBaseTool)ÚGoogleTrendsAPIWrapperc                   ó^   — 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 )ÚGoogleTrendsQueryRunz(Tool that queries the Google trends API.Úgoogle_trendsÚnamezžA wrapper around Google Trends Search. Useful for when you need to get information aboutgoogle search trends from Google TrendsInput should be a search query.ÚdescriptionÚapi_wrapperNÚqueryÚrun_managerÚreturnc                 ó6   — | j                              |¦  «        S )zUse the tool.)r   Úrun)Úselfr   r   s      úh/var/www/html/ai-engine/env/lib/python3.11/site-packages/langchain_community/tools/google_trends/tool.pyÚ_runzGoogleTrendsQueryRun._run   s   € ð Ô×#Ò# EÑ*Ô*Ð*ó    )N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r
   ÚstrÚ__annotations__r   r   r   r   r   © r   r   r   r      s–   € € € € € € Ø2Ð2à€Dˆ#ÐÐÑð	*ð ð ð ñ ð (Ð'Ð'Ñ'ð
 <@ð+ð +àð+ð Ð7Ô8ð+ð 
ð	+ð +ð +ð +ð +ð +r   r   N)
r   Útypingr   Úlangchain_core.callbacksr   Úlangchain_core.toolsr   Ú+langchain_community.utilities.google_trendsr   r   r   r   r   ú<module>r!      s‡   ðØ  Ð  à Ð Ð Ð Ð Ð à >Ð >Ð >Ð >Ð >Ð >Ø )Ð )Ð )Ð )Ð )Ð )à NÐ NÐ NÐ NÐ NÐ Nð+ð +ð +ð +ð +˜8ñ +ô +ð +ð +ð +r   