in bots/sdlc-slackbot/sdlc_slackbot/bot.py [0:0]
def decision_msg(response):
risk_str, confidence_str = risk_and_confidence_to_string(response)
risk_num = response["risk"]
confidence_num = response["confidence"]
return f"Thanks for your response! Based on this input, we've decided that this project is *{risk_str}({risk_num})* with *{confidence_str}({confidence_num})*. {response['justification']}."