mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Update description (#1337)
* Update base.py * Update opendevin/action/base.py --------- Co-authored-by: Robert Brennan <accounts@rbren.io>
This commit is contained in:
parent
bd470e8076
commit
f4ce7e7862
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user