We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e76f4 commit caf682fCopy full SHA for caf682f
docs/core/actions.rst
@@ -84,8 +84,16 @@ The only thing your action server needs to install is ``rasa-sdk``:
84
create a separate container for your action server. In this
85
separate container, you only need to install ``rasa-sdk``.
86
87
-If your actions are defined in a file
88
-called ``actions.py``, run this command:
+If you have ``rasa`` installed, run this command to start your action server:
+
89
+.. code-block:: bash
90
91
+ rasa run actions
92
93
+.. _custom_action_example:
94
95
+Otherwise, if your actions are defined in a file
96
+called ``actions.py`` and you do not have ``rasa`` installed, run this command:
97
98
.. code-block:: bash
99
0 commit comments