From f4ce7e78620f95aaad2fb8b655279f22a4cab973 Mon Sep 17 00:00:00 2001 From: Engel Nyst Date: Wed, 24 Apr 2024 23:50:51 +0200 Subject: [PATCH] Update description (#1337) * Update base.py * Update opendevin/action/base.py --------- Co-authored-by: Robert Brennan --- opendevin/action/base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/opendevin/action/base.py b/opendevin/action/base.py index e80b4a7cca..f3273011aa 100644 --- a/opendevin/action/base.py +++ b/opendevin/action/base.py @@ -51,7 +51,6 @@ class NotExecutableAction(Action): @dataclass class NullAction(NotExecutableAction): """An action that does nothing. - This is used when the agent need to receive user follow-up messages from the frontend. """ action: str = ActionType.NULL