Skip to content

Commit

Permalink
ENG-1293: Added pattern_human_handoff flow
Browse files Browse the repository at this point in the history
  • Loading branch information
AsadHasan-Rasa committed Sep 12, 2024
1 parent d94c1bc commit 5512be9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/flows/patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ flows:
- else: clarify_options
- id: clarify_options
action: utter_clarification_options_rasa

pattern_clarification_with_human_handoff:
description: Conversation repair flow for handling ambiguous requests that could match multiple flows, with handoff to human assistant
name: pattern clarification with human handoff
steps:
- action: action_clarify_flows
- action: action_increase_clarification_count
next:
- if: slots.clarification_count > 2
Expand Down

0 comments on commit 5512be9

Please sign in to comment.