From 9e5581a483b4080fef20e0506422a11283f5cba2 Mon Sep 17 00:00:00 2001 From: Thomas Werkmeister Date: Tue, 20 Jun 2023 17:21:24 +0200 Subject: [PATCH] Update docs/docs/llms/unhappy-paths.mdx Co-authored-by: Maxime Vdb --- docs/docs/llms/unhappy-paths.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docs/llms/unhappy-paths.mdx b/docs/docs/llms/unhappy-paths.mdx index d05476020fab..ce357a0fd17d 100644 --- a/docs/docs/llms/unhappy-paths.mdx +++ b/docs/docs/llms/unhappy-paths.mdx @@ -151,9 +151,8 @@ flows: action: utter_not_corrected_previous_input ``` -By overriding these defaults, you could, for example, either remove the confirmation -for correcting slots or make correcting slots impossible. You can override these defaults -by defining flows, slots, or responses with the respective names shown here. +You can override these defaults by defining flows, slots, or responses with the +respective names shown here. For instance, you could either remove the confirmation for correcting slots or disable slots correction altogether. ## Cancellations TODO, once implemented \ No newline at end of file