@ztiknl/sara
Version:
Sentient Artificial Responsive Agent
7 lines • 384 B
JSON
{
"name": "divide",
"module": "math",
"regex": "^(?:what|how\\smuch)?\\s?(?:is)?\\s?(-?[0-9]+\\.?(?:[0-9]+)?)\\s?(?:\\/|divided\\sby)\\s?(-?[0-9]+\\.?(?:[0-9]+)?)\\s?(?:is)?$",
"description": "Divide x by y",
"explanation": "This plugin teaches SARA how calculate the division of two number numbers.\nType '4 / 2' or one of the alternatives and SARA should respond."
}