Skip to content

Commit

Permalink
Update docs/docs/llms/unhappy-paths.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Maxime Vdb <m.verger@rasa.com>
  • Loading branch information
twerkmeister and m-vdb committed Jun 20, 2023
1 parent 9e5581a commit 181521c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/docs/llms/unhappy-paths.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ In the above conversation you can see that
2. The bot commented on returning to the original flow
3. The bot restated the current question of the original flow

This represents the default behavior in flows. You can adjust the behavior by altering
the default flow called `pattern_continue_interruped` which is specified and provided
by default as
This represents the default behavior in flows. You can adjust this behavior by adapting
the preconfigured flow called `pattern_continue_interrupted` which is defined as follows:

Check warning on line 47 in docs/docs/llms/unhappy-paths.mdx

View workflow job for this annotation

GitHub Actions / Typo CI

preconfigured

"preconfigured" is a typo. Did you mean "reconfigured"?
```yaml
responses:
utter_flow_continue_interrupted:
Expand Down

0 comments on commit 181521c

Please sign in to comment.