
    h:                     N    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	y)	zTool for the Google Trends    )Optional)CallbackManagerForToolRun)BaseTool)GoogleJobsAPIWrapperc                   V    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y)GoogleJobsQueryRunz&Tool that queries the Google Jobs API.google_jobsnamezA wrapper around Google Jobs Search. Useful for when you need to get information aboutgoogle search Jobs from Google JobsInput should be a search query.descriptionapi_wrapperNqueryrun_managerreturnc                 8    | j                   j                  |      S )zUse the tool.)r   run)selfr   r   s      h/var/www/html/eduruby.in/venv/lib/python3.12/site-packages/langchain_community/tools/google_jobs/tool.py_runzGoogleJobsQueryRun._run   s     ##E**    )N)__name__
__module____qualname____doc__r
   str__annotations__r   r   r   r   r    r   r   r   r      sU    0D#	*   &%
 <@++ 78+ 
	+r   r   N)
r   typingr   langchain_core.callbacksr   langchain_core.toolsr   )langchain_community.utilities.google_jobsr   r   r   r   r   <module>r!      s        > ) J+ +r   