add dummy action

This commit is contained in:
yzlin 2024-04-26 10:41:25 +08:00
parent cd6654d013
commit 531fe12e3f

View file

@ -0,0 +1,5 @@
from metagpt.actions import Action
class RunCommand(Action):
"""A dummy RunCommand action used as a symbol only"""