Skip to content

Commit

Permalink
link to add_contact in pattern_clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
tabergma committed Aug 7, 2024
1 parent d089acb commit 0c9794f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion data/flows/patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,17 @@ flows:
name: pattern completed
steps:
- action: utter_can_do_something_else
- action: action_reset_routing
- action: action_reset_routing

pattern_clarification:
description: Conversation repair flow for handling ambiguous requests that could match multiple flows
name: pattern clarification
steps:
- action: action_clarify_flows
next:
- if: context.names contains "add a contact"
then:
- link: add_contact
- else: clarify_options
- id: clarify_options
action: utter_clarification_options_rasa

0 comments on commit 0c9794f

Please sign in to comment.