
    h                     \    d dl mZmZmZ ddeeeef      defdZddeeeef      defdZy)    )AnyDictOptionalNparamsreturnc                 2    | r| j                  d      dk(  ryy)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   s    S/var/www/Befach/backend/env/lib/python3.12/site-packages/litellm/proxy/mcp_tools.pyget_current_timer      s     &**X&'1    c                 2    | r| j                  d      dk(  ryy)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   s    r   get_current_dater      s     &**X&'1r   )N)typingr   r   r   strr   r    r   r   <module>r      sK    & &Xd38n5  "Xd38n5  r   