if analyze_tone($prompt) = "disagree";
if i < 3;
then
argue($prompt)
i=i+1
elif i >=3;
agree($prompt)
fi