diff --git a/openhands/events/action/commands.py b/openhands/events/action/commands.py index 0537e4555131..5e8680e14607 100644 --- a/openhands/events/action/commands.py +++ b/openhands/events/action/commands.py @@ -16,8 +16,6 @@ class CmdRunAction(Action): blocking: bool = False # If blocking is True, the command will be run in a blocking manner. # e.g., it will NOT return early due to soft timeout. - keep_prompt: bool = False - # If keep_prompt is True, the command output will include the prompt thought: str = '' hidden: bool = False action: str = ActionType.RUN