Skip to content

Commit a7cf095

Browse files
committed
make it clear that actions should be defined in actions.py
1 parent 8f53648 commit a7cf095

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/core/actions.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ The only thing your action server needs to install is ``rasa-sdk``:
8484
create a separate container for your action server. In this
8585
separate container, you only need to install ``rasa-sdk``.
8686

87+
The file that contains your custom actions should be called ``actions.py``.
88+
8789
If you have ``rasa`` installed, run this command to start your action server:
8890

8991
.. code-block:: bash
@@ -92,8 +94,7 @@ If you have ``rasa`` installed, run this command to start your action server:
9294
9395
.. _custom_action_example:
9496

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+
Otherwise, if you do not have ``rasa`` installed, run this command:
9798

9899
.. code-block:: bash
99100

0 commit comments

Comments
 (0)