def append_current_time()

in src/mcp_server_aliyun_observability/utils.py [0:0]


def append_current_time(text: str) -> str:
    """
    添加当前时间
    """
    return f"当前时间: {get_current_time()},问题:{text}"