o
    Æ°i  ã                   @   sX   d dl mZmZmZ d	deeeef  defdd„Zd	deeeef  defdd„ZdS )
é    )ÚAnyÚDictÚOptionalNÚparamsÚreturnc                 C   ó   | r|   d¡dkrdS dS )a  
    Get the current time (hardcoded sample implementation)

    Args:
        params: Optional dictionary with parameters
            - format: The format of the time to return (e.g., "short")

    Returns:
        A string representing the current time
    ÚformatÚshortz10:30 AMz10:30:45 AM©Úget©r   © r   úN/home/app/Keep/.python/lib/python3.10/site-packages/litellm/proxy/mcp_tools.pyÚget_current_time   ó   r   c                 C   r   )a  
    Get the current date (hardcoded sample implementation)

    Args:
        params: Optional dictionary with parameters
            - format: The format of the date to return (e.g., "short")

    Returns:
        A string representing the current date
    r   r	   zOct 15zOctober 15, 2023r
   r   r   r   r   Úget_current_date   r   r   )N)Útypingr   r   r   Ústrr   r   r   r   r   r   Ú<module>   s     $