Interesting idea. This is how I would go about setting up a drop down for your input string with or as the default value since it has the highest priority.
logicalOperatorInput = input.string("or", title = "Logical Operator Options", options = ["or", "and", "not"])