def get_current_date()

in backend/src/agent/prompts.py [0:0]


def get_current_date():
    return datetime.now().strftime("%B %d, %Y")