def do_actions_planned(self, send_content, params): obj = wanderer.load_plan(self.get_env()) self.json_response(send_content, obj)
def handleContinue(self, event, state): currentAction = get_current_action(self.env) set_current_action(self.env, NullAction()) return [currentAction] + load_plan(self.env)