svoid test_AI_CalculationBot() { new AI_CalculationBot bot; testAttractorBotResponses(bot, "22 * 11", "242", "10 + 2 + 3", 15"); }