I am creating a robot for consulting people with diabetes, I have a flow in which I will calculate the amount of insulin, in the parameters I ask the user for the amount of carbohydrates and the carbohydrate coefficient, I need to divide (the amount of carbohydrates / carbohydrate coefficient) and pass it further to the page, for calculation, how can it be done? Example
Bot: Enter the number of carbohydrates
User: 30
Bot: Enter the insulin sensitivity factor
User: 1.5
# "Data processing (30 / 1.5)"
Bot: You need to inject 20 units
I tried read documentaion and do not something like this in topic about parameter