Get the current prompt to display to the user
@override String getPrompt() { if (_waitingForAction) { return "action> "; } return "inspect_keys> "; }