File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -226,8 +226,18 @@ The ``rasa train`` command will look for both NLU and Core data and will train a
226
226
7. Test the model
227
227
^^^^^^^^^^^^^^^^^
228
228
229
- <Add explaination, runnable, and command here>
229
+ After you train a model, you always want to check that your assistant still behaves as you expect.
230
+ In Rasa, you use end-to-end tests defined in your ``tests/ `` directory to run through
231
+ test conversations that ensure both NLU and Core make correct predictions.
230
232
233
+ .. runnable ::
234
+
235
+ rasa test
236
+
237
+ echo "Finished running tests."
238
+
239
+ See :ref: `evaluating-models ` to find out how you can define more tests and learn about more
240
+ ways you can evaluate your model as you improve it.
231
241
232
242
8. Talk to Your Assistant
233
243
^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments