Spaces:
Sleeping
Sleeping
Update actions/actions.py
Browse files- actions/actions.py +1 -1
actions/actions.py
CHANGED
@@ -128,7 +128,7 @@ class ActionCostClassify(Action):
|
|
128 |
class SayHelloWorld(Action):
|
129 |
|
130 |
def name(self) -> Text:
|
131 |
-
return "
|
132 |
|
133 |
def run(self,
|
134 |
dispatcher: CollectingDispatcher,
|
|
|
128 |
class SayHelloWorld(Action):
|
129 |
|
130 |
def name(self) -> Text:
|
131 |
+
return "action_hello_world"
|
132 |
|
133 |
def run(self,
|
134 |
dispatcher: CollectingDispatcher,
|