--- sidebar_label: base title: opendevin.action.base --- ## NullAction Objects ```python @dataclass class NullAction(NotExecutableAction) ``` An action that does nothing.