Skip to content

Commit

Permalink
Merge pull request #11 from RasaHQ/collect_hotel
Browse files Browse the repository at this point in the history
update collect step descriptions
  • Loading branch information
hugobowne authored Sep 26, 2024
2 parents cdb03df + 973e229 commit 6c3d3e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions calm_llm/data/flows/book_hotel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ flows:
collect: hotel_price_range
- id: "hotel_start_date"
collect: hotel_start_date
description: check in date for the hotel. Do not fill this slot unless user explicitly specifies it in the conversation.
description: check in date for the hotel. These are very important! ALWAYS double check the value before filling it in. Do not fill this slot unless user explicitly specifies it in the conversation.
- collect: hotel_end_date
description: check out date for the hotel. Do not fill this slot unless user explicitly specifies it in the conversation.
description: check out date for the hotel. These are very important! ALWAYS double check the value before filling it in. DO NOT misinterpret the date at any cost. Only fill in what the user says. Do not fill this slot unless user explicitly specifies it in the conversation.
next:
- if: slots.hotel_start_date > slots.hotel_end_date
then:
Expand Down
4 changes: 2 additions & 2 deletions calm_nlu/data/flows/book_hotel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ flows:
collect: hotel_price_range
- id: "hotel_start_date"
collect: hotel_start_date
description: check in date for the hotel. Do not fill this slot unless user explicitly specifies it in the conversation.
description: check in date for the hotel. These are very important! ALWAYS double check the value before filling it in. Do not fill this slot unless user explicitly specifies it in the conversation.
- collect: hotel_end_date
description: check out date for the hotel. Do not fill this slot unless user explicitly specifies it in the conversation.
description: check out date for the hotel. These are very important! ALWAYS double check the value before filling it in. DO NOT misinterpret the date at any cost. Only fill in what the user says. Do not fill this slot unless user explicitly specifies it in the conversation.
- noop: true
next:
- if: slots.hotel_start_date > slots.hotel_end_date
Expand Down

0 comments on commit 6c3d3e0

Please sign in to comment.